Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeWaka committed Dec 24, 2023
1 parent dd11fb4 commit 82802c6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rust-g"
edition = "2021"
version = "2.1.0"
version = "2.2.0"
authors = [
"Bjorn Neergaard <[email protected]>",
"Tad Hardesty <[email protected]>",
Expand Down Expand Up @@ -34,7 +34,9 @@ hex = { version = "0.4", optional = true }
percent-encoding = { version = "2.2", optional = true }
url-dep = { version = "2.3", package = "url", optional = true }
png = { version = "0.17", optional = true }
image = { version = "0.24", optional = true, default-features = false, features = ["png"] }
image = { version = "0.24", optional = true, default-features = false, features = [
"png",
] }
git2 = { version = "0.17.1", optional = true, default-features = false }
noise = { version = "0.8", optional = true }
redis = { version = "0.23", optional = true }
Expand Down

0 comments on commit 82802c6

Please sign in to comment.