diff --git a/Cargo.lock b/Cargo.lock index 5e19438..72cdde4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "bin" -version = "0.1.0" +version = "1.0.0" dependencies = [ "askama 0.8.0 (git+https://github.com/djc/askama?rev=fc5addc4)", "askama_escape 0.2.0 (git+https://github.com/djc/askama?rev=fc5addc4)", diff --git a/Cargo.toml b/Cargo.toml index 7e99e1a..126463a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin" -version = "0.1.0" +version = "1.0.0" authors = ["Jordan Doyle "] edition = "2018" @@ -14,4 +14,4 @@ rand = "0.6" gpw = "0.1" syntect = "3.0" chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" } -serde = { version = "1.0", features = ["derive"] } \ No newline at end of file +serde = { version = "1.0", features = ["derive"] }