Skip to content

Commit

Permalink
bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitsky committed Jun 23, 2021
1 parent feece8d commit f98b4d2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ license = "MIT"
name = "erl_nif"
publish = true
repository = "https://github.com/tangramxyz/erl_nif"
version = "0.1.0"
version = "0.2.0"

[lib]
path = "lib.rs"
Expand All @@ -25,7 +25,7 @@ default = []
serde_1 = ["serde"]

[dependencies]
erl_nif_macro = { version = "0.1", path = "macro" }
erl_nif_sys = { version = "0.1", path = "sys" }
erl_nif_macro = { version = "0.2", path = "macro" }
erl_nif_sys = { version = "0.2", path = "sys" }
num = "0.4"
serde = { version = "1", optional = true }
2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
name = "erl_nif_macro"
publish = true
repository = "https://github.com/tangramxyz/erl_nif"
version = "0.1.0"
version = "0.2.0"

[lib]
path = "lib.rs"
Expand Down
4 changes: 2 additions & 2 deletions sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ license = "MIT"
name = "erl_nif_sys"
publish = true
repository = "https://github.com/tangramxyz/erl_nif"
version = "0.1.0"
version = "0.2.0"

[lib]
path = "lib.rs"

[dependencies]
erl_nif_macro = { version = "0.1.0", path = "../macro" }
erl_nif_macro = { version = "0.2", path = "../macro" }

0 comments on commit f98b4d2

Please sign in to comment.