🏡 index : ~doyle/bin.git

author Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-15 22:02:36.0 +00:00:00
committer Jordan Johnson-Doyle <jordan@doyle.la> 2019-02-15 22:02:36.0 +00:00:00
commit
8e29abb271efdb757227457b62313e7ee9e6cb0c [patch]
tree
9589c48c4285c3fd0adadc7d0a53ded7b0a93624
parent
09e411739a043ba69c9527cb9a97b3bde34361ef
download
8e29abb271efdb757227457b62313e7ee9e6cb0c.tar.gz

Bump to 1.0.0



Diff

 Cargo.lock | 2 +-
 Cargo.toml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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 <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"] }
\ No newline at end of file
serde = { version = "1.0", features = ["derive"] }