You've already forked AstralRinth
forked from didirus/AstralRinth
Bump versions + switch AWS/S3 library
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "daedalus"
|
||||
version = "0.1.16"
|
||||
version = "0.1.17"
|
||||
authors = ["Jai A <jaiagr+gpg@pm.me>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
@@ -21,5 +21,5 @@ chrono = { version = "0.4", features = ["serde"] }
|
||||
bytes = "1"
|
||||
thiserror = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
sha1 = { version = "0.6.0", features = ["std"]}
|
||||
bincode = {version = "2.0.0-rc", features = ["serde"], optional = true}
|
||||
sha1 = { version = "0.6.1", features = ["std"]}
|
||||
bincode = {version = "2.0.0-rc.2", features = ["serde"], optional = true}
|
||||
|
||||
Reference in New Issue
Block a user