diff --git a/hexe/Cargo.toml b/hexe/Cargo.toml index 775040e..74c5718 100644 --- a/hexe/Cargo.toml +++ b/hexe/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexe" -version = "0.0.1" +version = "0.0.2" authors = ["Nikolai Vazquez"] license = "MIT/Apache-2.0" repository = "https://github.com/hexe-rs/Hexe" @@ -20,7 +20,7 @@ travis-ci = { repository = "hexe-rs/Hexe" } appveyor = { repository = "hexe-rs/Hexe" } [dependencies] -hexe_core = { path = "../hexe_core", version = "0.0.1" } +hexe_core = { path = "../hexe_core", version = "0.0.2" } num_cpus = { version = "1.0" } uncon = { version = "1.1.0" } uncon_derive = { version = "1.1.1" } diff --git a/hexe/src/lib.rs b/hexe/src/lib.rs index f686365..a40e6cb 100644 --- a/hexe/src/lib.rs +++ b/hexe/src/lib.rs @@ -8,7 +8,7 @@ //! //! ```toml //! [dependencies] -//! hexe = "0.0.1" +//! hexe = "0.0.2" //! ``` //! //! and this to your crate root: diff --git a/hexe_core/Cargo.toml b/hexe_core/Cargo.toml index 2f70b24..9c66da7 100644 --- a/hexe_core/Cargo.toml +++ b/hexe_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hexe_core" -version = "0.0.1" +version = "0.0.2" authors = ["Nikolai Vazquez"] license = "MIT/Apache-2.0" repository = "https://github.com/hexe-rs/Hexe" diff --git a/hexe_core/src/lib.rs b/hexe_core/src/lib.rs index d6f0df4..e102608 100644 --- a/hexe_core/src/lib.rs +++ b/hexe_core/src/lib.rs @@ -7,7 +7,7 @@ //! //! ```toml //! [dependencies] -//! hexe_core = "0.0.1" +//! hexe_core = "0.0.2" //! ``` //! //! and this to your crate root: