Skip to content

Commit

Permalink
Updated versions to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo-Ciber94 committed Apr 27, 2022
1 parent e00d308 commit 17269b8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion dilib-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ syn = { version = "1.0.91" , features=["parsing"]}
mattro = "0.1.2"

[dev-dependencies]
# dilib = { path = "../dilib", version="0.2.0" }
dilib = { path = "../dilib", version="0.2.0" }
2 changes: 1 addition & 1 deletion dilib-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ mattro = "0.1.2"
const_format = "0.2.22"

[dev-dependencies]
# dilib = { path = "../dilib", version="0.2.0" }
dilib = { path = "../dilib", version="0.2.0" }

4 changes: 2 additions & 2 deletions dilib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ ctor = { version ="0.1.22", optional = true }
once_cell = { version = "1.10.0", optional = true }

[dev-dependencies]
# dilib-derive = { path="../dilib-derive", version="0.2.0" }
# dilib = { path = ".", version="0.2.0", features=["full", "unstable_provide"]}
dilib-derive = { path="../dilib-derive", version="0.2.0" }
dilib = { path = ".", version="0.2.0", features=["full", "unstable_provide"]}
criterion = "0.3"

[lib]
Expand Down

0 comments on commit 17269b8

Please sign in to comment.