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.
This commit is contained in:
Martin Habovstiak 2024-07-04 07:22:40 +02:00
parent df0523a0a7
commit 2572fb6ab0
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "no_std_test"
version = "0.1.0"
authors = ["Elichai Turkel <elichai.turkel@gmail.com>"]
edition = "2021"
[features]
alloc = ["secp256k1/alloc", "wee_alloc"]