Skip to content

Commit

Permalink
fix: forgot to release _derive crate last time
Browse files Browse the repository at this point in the history
  • Loading branch information
andoriyu committed Nov 11, 2021
1 parent c19c5f7 commit 39c9aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ readme = "README.md"
[dependencies]
libucl-bind = { package = "uclicious-libucl-sys", version = "0.8.2-alpha.2" }
bitflags = "1.2.1"
uclicious_derive = { path = "uclicious_derive", optional = true, version = "=0.1.5" }
uclicious_derive = { path = "uclicious_derive", optional = true, version = "=0.1.7" }
libc = "0.2"
[dev-dependencies]
uclicious_derive = { path = "uclicious_derive", version = "=0.1.5"}
uclicious_derive = { path = "uclicious_derive", version = "=0.1.7"}

[features]
vh_env = []
Expand Down
2 changes: 1 addition & 1 deletion uclicious_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uclicious_derive"
version = "0.1.5"
version = "0.1.7"
authors = ["Andrey Cherkashin <andoriyu@gmail.com>"]
edition = "2018"
license = "BSD-2-Clause"
Expand Down

0 comments on commit 39c9aa3

Please sign in to comment.