Bump to 1.0.0
Diff
Cargo.lock | 2 +-
Cargo.toml | 4 +++-
2 files changed, 3 insertions(+), 3 deletions(-)
@@ -70,7 +70,7 @@
[[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)",
@@ -1,6 +1,6 @@
[package]
name = "bin"
version = "0.1.0"
version = "1.0.0"
authors = ["Jordan Doyle <jordan@doyle.la>"]
edition = "2018"
@@ -14,4 +14,4 @@
gpw = "0.1"
syntect = "3.0"
chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" }
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }