Skip to content

Commit

Permalink
Bump node-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
catuhana committed Jul 2, 2024
1 parent 6221012 commit dfc79ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ rust-version = "1.79.0"
[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.8", features = ["derive"] }
node-semver = { git = "https://github.com/catuhana/node-semver-rs" }
node-semver = { git = "https://github.com/catuhana/node-semver-rs", features = [
"serde",
] }
serde = { version = "1.0.203", features = ["derive"] }
ureq = { version = "2.9.7", features = ["json"] }

0 comments on commit dfc79ef

Please sign in to comment.