Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rust: fix typo, OwnedMessageImprint is owned by PyBytes #3

Merged
merged 14 commits into from
Oct 2, 2024
Prev Previous commit
Next Next commit
Update Cargo.toml
  • Loading branch information
DarkaMaul committed Oct 2, 2024
commit 58fd2e49c854401418c8cf0158114d740a64bd06
3 changes: 2 additions & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,8 +3,9 @@ name = "sigstore-tsp"
version = "0.1.0"
edition = "2021"
authors = [
"Alexis Challande <alexis.challande@trailofbits.com>"
"Trail of Bits <opensource@trailofbits.com>"
]
publish = false

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
2 changes: 1 addition & 1 deletion rust/tsp-asn1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ name = "tsp-asn1"
version = "0.0.1"
edition = "2021"
authors = [
"Alexis Challande <alexis.challande@trailofbits.com>"
"Trail of Bits <opensource@trailofbits.com>"
]
publish = false