Skip to content

Commit 2572fb6

Browse files
committed
Migrate no_std_test to edition 2021
Previously we had dependency problems that were resolved by resolver v2. We want to activate it just in case it happens again but even better, bump the edition. This was probably forgotten when other crates were migrated.
1 parent df0523a commit 2572fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

no_std_test/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "no_std_test"
33
version = "0.1.0"
44
authors = ["Elichai Turkel <elichai.turkel@gmail.com>"]
5+
edition = "2021"
56

67
[features]
78
alloc = ["secp256k1/alloc", "wee_alloc"]

0 commit comments

Comments
 (0)