Skip to content

Commit

Permalink
Prepare for new releases (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
1c3t3a authored Oct 21, 2022
1 parent 8644d13 commit d564020
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions scudo-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
name = "scudo-proc-macros"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
authors = ["Google LLC"]
description = "Proc macros to use with the Rust bindings for the Scudo Allocator"
homepage = "https://llvm.org/docs/ScudoHardenedAllocator.html"
repository = "https://github.com/google/rust-scudo"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion scudo-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scudo-sys"
version = "0.2.2"
edition = "2018"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
authors = ["Google LLC"]
Expand Down
4 changes: 2 additions & 2 deletions scudo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "scudo"
version = "0.1.2"
edition = "2018"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
authors = ["Google LLC"]
description = "Rust Bindings for the Scudo Hardened Allocator"
Expand Down

0 comments on commit d564020

Please sign in to comment.