using latest v1 version of streamshare

This commit is contained in:
Waradu 2024-10-19 23:03:45 +02:00
parent 72957f779a
commit e79191cb5f
No known key found for this signature in database
GPG key ID: F85AAC8BA8B8DAAD
2 changed files with 3 additions and 3 deletions

View file

@ -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]]