Skip to content

Commit

Permalink
build: update internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Jan 31, 2024
1 parent 85ed06c commit 9f17d4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sdml-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ all-features = true
[dependencies]
clap = { version = "4.4.18", features = ["derive", "env", "wrap_help"] }
clap-verbosity-flag = "2.1.2"
sdml-core = { version = "0.2.8", path = "../sdml-core" }
sdml-parse = { version = "0.2.6", path = "../sdml-parse" }
sdml-core = { version = "0.2.9", path = "../sdml-core" }
sdml-parse = { version = "0.2.7", path = "../sdml-parse" }
sdml-generate = { version = "0.2.6", path = "../sdml-generate" }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
Expand Down
2 changes: 1 addition & 1 deletion sdml-generate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all-features = true

[dependencies]
nu-ansi-term = "0.50.0"
sdml-core = { version = "0.2.8", path = "../sdml-core" }
sdml-core = { version = "0.2.9", path = "../sdml-core" }
tempfile = "3.9.0"
text_trees = "0.1.2"
tracing = "0.1.40"
Expand Down

0 comments on commit 9f17d4a

Please sign in to comment.