Skip to content

Commit

Permalink
bump(v0.2.3): Bump to v0.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Pierre Geslin <[email protected]>
  • Loading branch information
Jarsop committed Dec 2, 2021
1 parent 8896e9c commit fafb81a
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,7 +14,7 @@ readme = "README.md"
dumb_terminal = ["colored/no-color"]

[dependencies]
rualdlib = { path = "rualdlib" }
rualdlib = { version = "0.1.4", path = "rualdlib" }
structopt = "0.3.17"
anyhow = "1.0.32"
dirs-next = "2.0.0"
Expand All @@ -26,7 +26,7 @@ async-channel = "1.6.1"

[dev-dependencies]
rualdi = { path = ".", features = ["dumb_terminal"] }
rualdlib = { path = "rualdlib", features = ["dumb_terminal"] }
rualdlib = { version = "0.1.4", path = "rualdlib", features = ["dumb_terminal"] }
tempfile = "3.1.0"
toml = "0.5.6"
serial_test = "0.5.0"
Expand Down
2 changes: 1 addition & 1 deletion rualdlib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rualdlib"
version = "0.1.4"
version = "0.1.5"
authors = ["Jean-Pierre Geslin <[email protected]>", "Lucas Burns <[email protected]>", ]
description = "Rust Aliasing Directory"
license = "AGPL-3.0-or-later"
Expand Down

0 comments on commit fafb81a

Please sign in to comment.