diff --git a/Cargo.lock b/Cargo.lock index c21c290..4844ee0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1306,7 +1306,7 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "to-streamshare" -version = "0.2.0" +version = "0.2.1" dependencies = [ "clap", "streamshare", diff --git a/Cargo.toml b/Cargo.toml index c4d8f92..801ab4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "to-streamshare" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "Upload to streamshare (to-ss > toss) from the terminal" license = "MIT" @@ -12,7 +12,7 @@ keywords = ["streamshare","file-sharing","upload"] [dependencies] clap = { version = "4.5.20", features = ["derive"] } -streamshare = "1.1.0" +streamshare = "1" tokio = { version = "1.40.0", features = ["full"] } [[bin]]