Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obvMellow committed Oct 19, 2024
1 parent 262fb05 commit 3d25fba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "distore"
version = "0.2.1"
version = "0.3.0"
description = "Utility to use Discord as cloud storage"
authors = ["Deniz Demir <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
edition = "2021"

[dependencies]
libdistore = { path = "./libdistore", version = "0.2.1" }
libdistore = { path = "./libdistore", version = "0.3.0" }
clap = { version = "4.5.16", features = ["derive"] }
tokio = { version = "1.39.3", features = ["rt-multi-thread"] }
anyhow = "1.0.86"
Expand Down
9 changes: 7 additions & 2 deletions libdistore/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libdistore"
version = "0.2.1"
version = "0.3.0"
description = "Library for Distore"
authors = ["Deniz Demir <[email protected]>"]
license = "GPL-3.0-or-later"
Expand All @@ -19,7 +19,12 @@ indicatif-log-bridge = "0.2.3"
lazy_static = "1.5.0"
log = "0.4.22"
rust-ini = "0.21.1"
serenity = { version = "0.12.2", default-features = false, features = ["client", "gateway", "rustls_backend", "model"] }
serenity = { version = "0.12.2", default-features = false, features = [
"client",
"gateway",
"rustls_backend",
"model",
] }
thiserror = "1.0.63"
semver = "1.0.23"
reqwest = { version = "0.12.7", features = ["json"] }
Expand Down

0 comments on commit 3d25fba

Please sign in to comment.