Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Feb 1, 2024
1 parent 5632378 commit 01dcdd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdml-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "sdml-cli"
description = "Rust CLI for Simple Domain Modeling Language (SDML)"
version = "0.2.5"
version = "0.2.6"
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
repository = "https://github.com/johnstonskj/rust-sdml.git"
license-file = "../LICENSE"
Expand All @@ -20,9 +20,9 @@ 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.9", path = "../sdml-core" }
sdml-parse = { version = "0.2.7", path = "../sdml-parse" }
sdml-generate = { version = "0.2.6", path = "../sdml-generate" }
sdml-core = { version = "0.2.10", path = "../sdml-core" }
sdml-parse = { version = "0.2.8", path = "../sdml-parse" }
sdml-generate = { version = "0.2.7", path = "../sdml-generate" }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
tree-sitter-sdml = "0.2.12"
4 changes: 4 additions & 0 deletions sdml-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ The following figure demonstrates this package in the broader project context.
##
## Changes

**Version 0.2.6**

* Build: update dependencies.

**Version 0.2.5**

* Feature: Add new `--no-color` flag to the CLI which also uses the `NO_COLOR` environment variable.
Expand Down

0 comments on commit 01dcdd6

Please sign in to comment.