diff options
-rw-r--r-- | Cargo.toml | 4 | ||||
-rw-r--r-- | trakt-core/Cargo.toml | 2 | ||||
-rw-r--r-- | trakt-macros/Cargo.toml | 2 | ||||
-rw-r--r-- | trakt-rs/Cargo.toml | 2 |
4 files changed, 5 insertions, 5 deletions
@@ -8,5 +8,5 @@ http = "0.2" serde = { version = "1", features = ["derive"] } serde_json = "1" time = { version = "0.3", features = ["formatting", "parsing", "serde"] } -trakt-core = { path = "trakt-core", version = "0.1.0" } -trakt-macros = { path = "trakt-macros", version = "0.1.1" } +trakt-core = { path = "trakt-core", version = "0.1.1" } +trakt-macros = { path = "trakt-macros", version = "0.1.2" } diff --git a/trakt-core/Cargo.toml b/trakt-core/Cargo.toml index 1a3318b..710bb7a 100644 --- a/trakt-core/Cargo.toml +++ b/trakt-core/Cargo.toml @@ -2,7 +2,7 @@ name = "trakt-core" description = "Core library for trakt-rs" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.0" +version = "0.1.1" edition = "2021" license = "MIT" documentation = "https://docs.rs/trakt-core" diff --git a/trakt-macros/Cargo.toml b/trakt-macros/Cargo.toml index 7ede9ee..8b6b12c 100644 --- a/trakt-macros/Cargo.toml +++ b/trakt-macros/Cargo.toml @@ -2,7 +2,7 @@ name = "trakt-macros" description = "Procedural macros for the trakt-rs crate" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" documentation = "https://docs.rs/trakt-macros" diff --git a/trakt-rs/Cargo.toml b/trakt-rs/Cargo.toml index 6a6844a..d9cd97d 100644 --- a/trakt-rs/Cargo.toml +++ b/trakt-rs/Cargo.toml @@ -2,7 +2,7 @@ name = "trakt-rs" description = "A Rust library for the Trakt.tv API" authors = ["Anshul Gupta <ansg191@anshulg.com>"] -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT" documentation = "https://docs.rs/trakt-rs" |