Skip to content

Commit 1405509

Browse files
release: 1.0.0
1 parent 0d2f746 commit 1405509

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ edition = "2024"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/google/sbat-rs"
1717
rust-version = "1.85"
18-
version = "0.6.0"
18+
version = "1.0.0"

sbat-tool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ clap = { version = "4.4.8", features = ["derive"] }
2525
fs-err = "3.0.0"
2626
itertools = "0.14.0"
2727
object = { version = "0.37.0", default-features = false, features = ["pe", "read", "std"] }
28-
sbat = { version = "0.6.0", path = "../sbat", features = ["std"] }
28+
sbat = { version = "1.0.0", path = "../sbat", features = ["std"] }
2929
tabled = { version = "0.20.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)