Update edition (#102)

This commit is contained in:
Yota Toyama
2022-01-16 14:08:57 -08:00
committed by GitHub
parent 490b1b0a82
commit bac7be2560

View File

@@ -4,10 +4,10 @@ description = "impl GlobalAlloc for bdwgc"
version = "0.6.0" version = "0.6.0"
authors = [ authors = [
"swgillespie <sean.william.g@gmail.com>", "swgillespie <sean.william.g@gmail.com>",
"Yota Toyama <raviqqe@gmail.com>" "Yota Toyama <raviqqe@gmail.com>",
] ]
repository = "https://github.com/raviqqe/bdwgc-alloc" repository = "https://github.com/raviqqe/bdwgc-alloc"
edition = "2018" edition = "2021"
license = "MIT" license = "MIT"
build = "build.rs" build = "build.rs"