Update crate version to 1.0.0

This commit is contained in:
Igor Katson 2021-10-08 23:57:17 +01:00
parent e97377e239
commit 6f2121e33f
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1345,7 +1345,7 @@ dependencies = [
[[package]]
name = "rqbit"
version = "0.1.0"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",

View file

@ -1,7 +1,7 @@
[package]
name = "rqbit"
description = "A bittorent client"
version = "0.1.0"
version = "1.0.0"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2018"