Bump to 1.0.0

This commit is contained in:
Jordan Johnson-Doyle 2019-02-15 22:02:36 +00:00
parent 09e411739a
commit 8e29abb271
No known key found for this signature in database
GPG key ID: A95F87B578CE79B6
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -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)",

View file

@ -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 @@ 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"] }
serde = { version = "1.0", features = ["derive"] }