Skip to content

Commit

Permalink
Update trane to v0.17.2 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr authored Sep 22, 2023
1 parent f96d5a8 commit b37d33b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "trane-cli"
version = "0.17.1"
version = "0.17.2"
build = "build.rs"
default-run = "trane"

Expand All @@ -23,7 +23,7 @@ rustyline = "11.0.0"
rustyline-derive = "0.8.0"
serde_json = "1.0.93"
termimad = "0.22.0"
trane = "0.17.1"
trane = "0.17.2"
ustr = { version = "0.9.0", features = ["serialization"] }
# Commented out for use in local development.
# trane = { path = "../trane" }
Expand Down

0 comments on commit b37d33b

Please sign in to comment.