Skip to content

Commit

Permalink
Added latest spin version to deal with pulled downstream deps (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
folkengine authored Jun 11, 2023
1 parent 3ffbf54 commit 44f0965
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cardpack"
description = "Generic Deck of Cards"
version = "0.4.18"
version = "0.4.19"
authors = ["electronicpanopticon <gaoler@electronicpanopticon.com>"]
repository = "https://github.com/ImperialBower/cardpack.rs.git"
homepage = "https://github.com/ImperialBower/cardpack.rs"
Expand All @@ -19,9 +19,11 @@ path = "src/lib.rs"
[dependencies]
colored = "2"
fluent-templates = "0.8.0"
flume = "0.10.14"
lazy_static = "1.4.0"
log = "0.4"
rand = "0.8.5"
spin = "0.9.8"
term-table = "1.3.2"
unic-langid = { version = "0.9.0", features = ["macros"] }

Expand Down

0 comments on commit 44f0965

Please sign in to comment.