We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e90a6fc + a4ca74c commit fb7091bCopy full SHA for fb7091b
gotham/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "gotham"
3
-version = "0.2.0" # Alter html_root_url in lib.rs also
+version = "0.3.0-dev" # Alter html_root_url in lib.rs also
4
authors = ["Shaun Mangelsdorf <s.mangelsdorf@gmail.com>",
5
"Bradley Beddoes <bradleybeddoes@gmail.com>"]
6
description = "A flexible web framework that promotes stability, safety, security and speed."
gotham_derive/Cargo.toml
name = "gotham_derive"
-version = "0.2.0"
+version = "0.3.0-dev"
authors = ["Bradley Beddoes <bradleybeddoes@gmail.com>",
"Shaun Mangelsdorf <s.mangelsdorf@gmail.com>"]
description = "Macros 1.1 implementations for Gotham traits"
0 commit comments