Skip to content

Commit

Permalink
Bumped to 0.2.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wduquette committed Jan 18, 2020
1 parent 52f3022 commit 7a25101
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions molt-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ readme = "README.md"
keywords = ["language", "script", "scripting", "tcl"]

[dependencies]
molt = { version = "0.2.1", path = "../molt" }
molt-shell = { version = "0.2.1", path = "../molt-shell" }
molt = { version = "0.2.2", path = "../molt" }
molt-shell = { version = "0.2.2", path = "../molt-shell" }

[[bin]]
name = "moltsh"
Expand Down
2 changes: 1 addition & 1 deletion molt-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ readme = "README.md"
keywords = ["language", "script", "scripting", "tcl"]

[dependencies]
molt = { version = "0.2.1", path = "../molt" }
molt = { version = "0.2.2", path = "../molt" }
rustyline = "5.0.0"

0 comments on commit 7a25101

Please sign in to comment.