summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChristian Cunningham <c@localhost>2022-08-22 22:16:58 -0700
committerChristian Cunningham <c@localhost>2022-08-22 22:16:58 -0700
commita1c8269dc367a6b37986417aa650ec65ac77aae3 (patch)
tree5f524a7a391df1e770e01db7dc4ae37b85374fa9 /Cargo.toml
parent3a0752f734f4370a05e45958499ddd9c3a4b3919 (diff)
Fix unused imports
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16bf741..344823c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "petrichor"
-version = "0.1.0"
+version = "0.0.1"
edition = "2021"
authors = [ "Christian Cunningham <c@localhost>" ]