diff --git a/Cargo.toml b/Cargo.toml index 074e6748d57d1d95bb63914491314eef4cdc3db9..d1cd5e6b074b0b9797ba14197ec3a1935e2ab660 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustus" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "TUS protocol implementation written in Rust." @@ -50,4 +50,4 @@ redis_info_storage = ["mobc-redis"] db_info_storage = ["rbatis", "rbson"] amqp_notifier = ["lapin", "tokio-amqp", "mobc-lapin"] -http_notifier = ["reqwest"] \ No newline at end of file +http_notifier = ["reqwest"]