Skip to content

Commit

Permalink
trust semver by ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Jan 30, 2025
1 parent 4f5409b commit 076dfa8
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 076dfa8

Please sign in to comment.