diff --git a/Cargo.toml b/Cargo.toml index 95e4bfd..99fc475 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 = [] diff --git a/uclicious_derive/Cargo.toml b/uclicious_derive/Cargo.toml index 4e2c53c..0f927a1 100644 --- a/uclicious_derive/Cargo.toml +++ b/uclicious_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uclicious_derive" -version = "0.1.5" +version = "0.1.7" authors = ["Andrey Cherkashin "] edition = "2018" license = "BSD-2-Clause"