aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-03-08 13:23:06 -0500
committerJesse Luehrs <doy@tozt.net>2023-03-08 13:23:06 -0500
commit0a3b6b88656327e4de28e8b65e0e285fa3ab9bcd (patch)
tree31cfd336f979fbd3520eff287d950ab4ec00b31f
parent5997dd043695a2354d4854cd2dcdb7a8cfd0e879 (diff)
downloadtextmode-0a3b6b88656327e4de28e8b65e0e285fa3ab9bcd.tar.gz
textmode-0a3b6b88656327e4de28e8b65e0e285fa3ab9bcd.zip
update fixtures
-rw-r--r--tests/fixtures/bin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fixtures/bin/Cargo.toml b/tests/fixtures/bin/Cargo.toml
index 4696e6d..46a1271 100644
--- a/tests/fixtures/bin/Cargo.toml
+++ b/tests/fixtures/bin/Cargo.toml
@@ -2,7 +2,7 @@
name = "textmode_tests"
version = "0.1.0"
authors = ["Jesse Luehrs <doy@tozt.net>"]
-edition = "2018"
+edition = "2021"
[dependencies]
textmode = { path = "../../.." }