Skip to content

Commit 5f28c71

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Switch to 2024 edition
Reviewed By: JakobDegen Differential Revision: D74375799 fbshipit-source-id: 53490c5c162c0631ae097c3a4a23669ee791f70e
1 parent 72b2c32 commit 5f28c71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

allocative/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Meta"]
33
description = "Inspect rust object tree and output it as flamegraph"
44
documentation = "https://docs.rs/allocative"
5-
edition = "2021"
5+
edition = "2024"
66
license = { workspace = true }
77
name = "allocative"
88
repository = "https://github.com/facebookexperimental/allocative"

allocative_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Meta"]
33
description = "Implementation of derive(Allocative) for allocative crate"
44
documentation = "https://docs.rs/allocative"
5-
edition = "2021"
5+
edition = "2024"
66
license = { workspace = true }
77
name = "allocative_derive"
88
repository = "https://github.com/facebookexperimental/allocative"

0 commit comments

Comments
 (0)