Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 67b75b5

Browse files
committed
Update to Rust 2021 edition
1 parent 3cc9aac commit 67b75b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "json-benchmark"
33
version = "0.0.1"
44
authors = ["[email protected]"]
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[dependencies]

binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "binary-benchmark"
33
version = "0.0.1"
44
authors = ["[email protected]"]
5-
edition = "2018"
5+
edition = "2021"
66
publish = false
77

88
[dependencies]

0 commit comments

Comments
 (0)