Skip to content

Commit

Permalink
Swap Git dependencies for crates.io published versions (serenity-rs#2685
Browse files Browse the repository at this point in the history
)
  • Loading branch information
GnomedDev authored and arqunis committed Mar 1, 2024
1 parent ca350f2 commit 6eb773a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ dep_time = { version = "0.3.30", package = "time", features = ["formatting", "pa
base64 = { version = "0.21.5" }
secrecy = { version = "0.8.0", features = ["serde"] }
arrayvec = { version = "0.7.4", features = ["serde"] }
small-fixed-array = { git = "https://github.com/GnomedDev/small-fixed-array", features = ["serde", "log_using_tracing"] }
bool_to_bitflags = { git = "https://github.com/GnomedDev/bool-to-bitflags", version = "0.1.0" }
small-fixed-array = { version = "0.1.1", features = ["serde", "log_using_tracing"] }
bool_to_bitflags = { version = "0.1.0" }
nonmax = { version = "0.5.5", features = ["serde"] }
# Optional dependencies
fxhash = { version = "0.2.1", optional = true }
Expand Down

0 comments on commit 6eb773a

Please sign in to comment.