Skip to content

Commit 82cdd92

Browse files
committed
Bump version to 0.7.0-pre1
1 parent b962c55 commit 82cdd92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
name = "router"
44
authors = ["Jonathan Reem <jonathan.reem@gmail.com>"]
55
license = "MIT"
6-
version = "0.6.0"
6+
version = "0.7.0-pre1"
77
description = "A router for the Iron framework."
88
repository = "https://github.com/iron/router"
99
documentation = "http://ironframework.io/doc/router/index.html"
1010
keywords = ["iron", "web", "http", "routing", "router"]
1111

1212
[dependencies]
1313
route-recognizer = "0.1"
14-
iron = "0.6"
14+
iron = { git = "https://github.com/iron/iron", branch = "master" }
1515
url = "1.1"

0 commit comments

Comments
 (0)