Skip to content

Commit

Permalink
Merge pull request #147 from arkedge/trust-own-semver
Browse files Browse the repository at this point in the history
Trust semver by ourselves
  • Loading branch information
sksat authored Feb 3, 2025
2 parents 4f5409b + 076dfa8 commit 4d37aae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ clap = { version = "4", features = ["derive"] }
serde = { version = "1", features = ["derive"]}
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
kble-socket = "0.4.0"
notalawyer = "0.2.0"
notalawyer-clap = "0.2.0"
notalawyer-build = "0.2.0"
kble-socket = "0.4"
notalawyer = "0.2"
notalawyer-clap = "0.2"
notalawyer-build = "0.2"

0 comments on commit 4d37aae

Please sign in to comment.