Update version.

This commit is contained in:
Kavin 2022-04-09 16:07:46 +01:00
parent fb51fef974
commit bb02c34ef1
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -6,14 +6,14 @@ keywords = ["youtube"]
license = "GPL-3.0"
name = "piped"
repository = "https://github.com/TeamPiped/piped-rust-sdk"
version = "0.0.1"
version = "0.0.3"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
reqwest = "^0.11"
url = "^2.2"
serde = {version = "^1.0", features = ["derive"]}
serde_json = "^1.0"
url = "^2.2"
thiserror = "^1.0"