Skip to content

Commit fb7091b

Browse files
Merge pull request #167 from gotham-rs/0.3.0-dev
Bump master branch to 0.3.0-dev
2 parents e90a6fc + a4ca74c commit fb7091b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gotham/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gotham"
3-
version = "0.2.0" # Alter html_root_url in lib.rs also
3+
version = "0.3.0-dev" # Alter html_root_url in lib.rs also
44
authors = ["Shaun Mangelsdorf <s.mangelsdorf@gmail.com>",
55
"Bradley Beddoes <bradleybeddoes@gmail.com>"]
66
description = "A flexible web framework that promotes stability, safety, security and speed."

gotham_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gotham_derive"
3-
version = "0.2.0"
3+
version = "0.3.0-dev"
44
authors = ["Bradley Beddoes <bradleybeddoes@gmail.com>",
55
"Shaun Mangelsdorf <s.mangelsdorf@gmail.com>"]
66
description = "Macros 1.1 implementations for Gotham traits"

0 commit comments

Comments
 (0)