simple errors for lang-dev
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7aa980..bcc8650 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lerr"
-version = "0.1.3"
+version = "0.1.4"
edition = "2021"
license = "MIT"
readme = "README.md"
@@ -14,6 +14,4 @@ keywords = ["error", "lang-dev", "diagnostics"]
[dependencies]
comat = "0.1.0"
unicode-width = "0.1.10"
-
-[dev-dependencies]
anstream = { version = "0.5.0", default-features = false }