summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index bf43406..80c63e2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -440,7 +440,7 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
[[package]]
name = "sad"
-version = "0.4.17"
+version = "0.4.18"
dependencies = [
"aho-corasick",
"ansi_term 0.12.1",
diff --git a/Cargo.toml b/Cargo.toml
index b557c0b..480eb12 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "sad"
version = "0.4.18"
description = "Space Age seD | https://github.com/ms-jpq/sad"
authors = ["git@bigly.dog"]
-edition = "2018"
+edition = "2021"
[build-dependencies]
uuid = { version = "0.8", features = ["v4"] }