-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIx #80 by locking all dependency versions Update README.md
- Loading branch information
1 parent
7e795a6
commit 90e978e
Showing
3 changed files
with
44 additions
and
42 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,6 +1,6 @@ | ||
[package] | ||
name = "ferium" | ||
version = "3.28.7" | ||
version = "3.28.8" | ||
edition = "2021" | ||
authors = ["Ilesh Thiada (theRookieCoder) <[email protected]>", "薛詠謙 (KyleUltimate)", "Daniel Hauck (SolidTux)"] | ||
description = "Ferium is a CLI program for managing Minecraft mods from Modrinth, CurseForge, and Github Releases" | ||
|
@@ -22,26 +22,26 @@ default = ["gui"] | |
gui = ["libium/gui"] | ||
|
||
[dependencies] | ||
tokio = { version = "1.18.2", default-features = false, features = ["rt-multi-thread", "macros"] } | ||
reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls"] } | ||
octocrab = { version = "0.16.0", default-features = false, features = ["rustls"] } | ||
clap = { version = "3.1.18", features = ["derive"] } | ||
lazy_static = "1.4.0" | ||
serde_json = "1.0.81" | ||
dialoguer = "0.10.1" | ||
indicatif = "0.16.2" | ||
itertools = "0.10.3" | ||
fs_extra = "1.2.0" | ||
anyhow = "1.0.57" | ||
colored = "2.0.0" | ||
ferinth = "2.2.1" | ||
libium = "1.14.1" | ||
online = "3.0.1" | ||
semver = "1.0.9" | ||
bytes = "1.1.0" | ||
furse = "1.1.1" | ||
size = "0.1.2" | ||
url = "2.2.2" | ||
tokio = { version = "=1.18.2", default-features = false, features = ["rt-multi-thread", "macros"] } | ||
reqwest = { version = "=0.11.10", default-features = false, features = ["rustls-tls"] } | ||
octocrab = { version = "=0.16.0", default-features = false, features = ["rustls"] } | ||
clap = { version = "=3.1.18", features = ["derive"] } | ||
lazy_static = "=1.4.0" | ||
serde_json = "=1.0.81" | ||
dialoguer = "=0.10.1" | ||
indicatif = "=0.16.2" | ||
itertools = "=0.10.3" | ||
fs_extra = "=1.2.0" | ||
libium = "=1.14.1" | ||
anyhow = "=1.0.57" | ||
colored = "=2.0.0" | ||
ferinth = "=2.2.2" | ||
online = "=3.0.1" | ||
semver = "=1.0.9" | ||
bytes = "=1.1.0" | ||
furse = "=1.1.2" | ||
size = "=0.1.2" | ||
url = "=2.2.2" | ||
|
||
[dev-dependencies] | ||
rand = "0.8" |
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