aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-06-14 09:04:49 +0000
committerFuwn <[email protected]>2022-06-14 09:04:49 +0000
commit0540a3c0006d188d9c51ce6a84578ec233dfb670 (patch)
treecdc7f28fdde1014993870ed3322c170e1c8b396d
parentfix(impl): cargo docs (diff)
downloadgerm-0540a3c0006d188d9c51ce6a84578ec233dfb670.tar.xz
germ-0540a3c0006d188d9c51ce6a84578ec233dfb670.zip
docs(germ): bump version 0.2.8 -> 0.3.0
-rw-r--r--crates/germ/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/germ/Cargo.toml b/crates/germ/Cargo.toml
index 105719d..b200f28 100644
--- a/crates/germ/Cargo.toml
+++ b/crates/germ/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "germ"
-version = "0.2.8"
+version = "0.3.0"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "The Ultimate Gemini Toolkit."
@@ -18,7 +18,7 @@ categories = ["encoding"]
ast = []
convert = ["ast"]
default = ["ast", "convert", "meta", "request"]
-macros = ["ast", "convert", "meta"]
+macros = ["ast", "convert"]
meta = []
request = ["rustls", "url", "anyhow"]