summary refs log tree commit diff
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@irenes.space>2024-11-03 01:11:18 -0700
committerIrene Knapp <ireneista@irenes.space>2024-11-03 01:11:18 -0700
commita53e6d71e2b449175f2046593b5838d9695e7d3e (patch)
treedbc08bbf626250d9d44aba4f539ba59225eed76e
parent1b4dc93157de9448f567ae0c361961ad8886bc25 (diff)
the default rust edition has changed upstream; update it HEAD main
Force-Push: alas....
Change-Id: I84b717570540753146c96c5c27d4f758527af00e
-rw-r--r--rust/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index 9618802..afd95ae 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -2,5 +2,5 @@
 name = "hello"
 version = "0.1.0"
 authors = ["Irene Knapp <ireneista@gmail.com>"]
-edition = "2018"
+edition = "2021"