Skip to content

Commit

Permalink
rustsec v0.30.0-rc.0 (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Oct 10, 2024
1 parent bd0e3c3 commit d1d0fce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ platforms = { version = "3", path = "./platforms" }
quitters = { version = "0.1.0", path = "./quitters" }
regex = { version = "1.10.6", default-features = false }
rust-embed = "8.5.0"
rustsec = { version = "=0.30.0-pre.0", path = "./rustsec" }
rustsec = { version = "=0.30.0-rc.0", path = "./rustsec" }
semver = "1.0.23"
serde = "1"
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion rustsec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustsec"
description = "Client library for the RustSec security advisory database"
version = "0.30.0-pre.0"
version = "0.30.0-rc.0"
authors = ["Tony Arcieri <[email protected]>"]
license = "Apache-2.0 OR MIT"
homepage = "https://rustsec.org"
Expand Down

0 comments on commit d1d0fce

Please sign in to comment.