-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated term-table deprecated functions * Bumped version * Fixing failing linting on beta and nightly builds
- Loading branch information
1 parent
bcb3f1e
commit 0ff76c3
Showing
4 changed files
with
29 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "cardpack" | ||
description = "Generic Deck of Cards" | ||
version = "0.5.1" | ||
version = "0.5.2" | ||
authors = ["electronicpanopticon <[email protected]>"] | ||
repository = "https://github.com/ImperialBower/cardpack.rs.git" | ||
homepage = "https://github.com/ImperialBower/cardpack.rs" | ||
|
@@ -18,14 +18,14 @@ path = "src/lib.rs" | |
|
||
[dependencies] | ||
colored = "2.1.0" | ||
fluent-templates = "0.8.0" | ||
fluent-templates = "0.10.1" | ||
flume = "0.11.0" | ||
lazy_static = "1.4.0" | ||
log = "0.4.20" | ||
log = "0.4.22" | ||
rand = "0.8.5" | ||
spin = "0.9.8" | ||
term-table = "1.3.2" | ||
unic-langid = { version = "0.9.4", features = ["macros"] } | ||
term-table = "1.4.0" | ||
unic-langid = { version = "0.9.5", features = ["macros"] } | ||
|
||
[dev-dependencies] | ||
rstest = "0.18.2" | ||
rstest = "0.22.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters