Skip to content

Commit

Permalink
[Cargo] Make hexe_core and hexe version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nvzqz committed Mar 6, 2018
1 parent 819895c commit 1ffe03c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hexe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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" }
Expand Down
2 changes: 1 addition & 1 deletion hexe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//!
//! ```toml
//! [dependencies]
//! hexe = "0.0.1"
//! hexe = "0.0.2"
//! ```
//!
//! and this to your crate root:
Expand Down
2 changes: 1 addition & 1 deletion hexe_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion hexe_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//!
//! ```toml
//! [dependencies]
//! hexe_core = "0.0.1"
//! hexe_core = "0.0.2"
//! ```
//!
//! and this to your crate root:
Expand Down

0 comments on commit 1ffe03c

Please sign in to comment.