summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-19 16:27:41 -0600
committerColin Reeder <colin@vpzom.click>2020-07-19 16:53:40 -0600
commitc67ad438cf8f8cbaf2876a2b1a0f338016f4d4e2 (patch)
treeb27678837b09ed338662a43fcc20c820e4051996 /Cargo.toml
parent9d918621f44d289d433d8733409b11f0787c5f29 (diff)
proc_macro_hygiene is stable now
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 24fbf32..02f3866 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hitide"
-version = "0.3.0"
+version = "0.3.1-pre"
authors = ["Colin Reeder <colin@vpzom.click>"]
edition = "2018"
license = "AGPL-3.0-or-later"