Skip to content

Commit 90e978e

Browse files
Fix #81 by updating ferinth
FIx #80 by locking all dependency versions Update README.md
1 parent 7e795a6 commit 90e978e

File tree

3 files changed

+44
-42
lines changed

3 files changed

+44
-42
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferium"
3-
version = "3.28.7"
3+
version = "3.28.8"
44
edition = "2021"
55
authors = ["Ilesh Thiada (theRookieCoder) <[email protected]>", "薛詠謙 (KyleUltimate)", "Daniel Hauck (SolidTux)"]
66
description = "Ferium is a CLI program for managing Minecraft mods from Modrinth, CurseForge, and Github Releases"
@@ -22,26 +22,26 @@ default = ["gui"]
2222
gui = ["libium/gui"]
2323

2424
[dependencies]
25-
tokio = { version = "1.18.2", default-features = false, features = ["rt-multi-thread", "macros"] }
26-
reqwest = { version = "0.11.10", default-features = false, features = ["rustls-tls"] }
27-
octocrab = { version = "0.16.0", default-features = false, features = ["rustls"] }
28-
clap = { version = "3.1.18", features = ["derive"] }
29-
lazy_static = "1.4.0"
30-
serde_json = "1.0.81"
31-
dialoguer = "0.10.1"
32-
indicatif = "0.16.2"
33-
itertools = "0.10.3"
34-
fs_extra = "1.2.0"
35-
anyhow = "1.0.57"
36-
colored = "2.0.0"
37-
ferinth = "2.2.1"
38-
libium = "1.14.1"
39-
online = "3.0.1"
40-
semver = "1.0.9"
41-
bytes = "1.1.0"
42-
furse = "1.1.1"
43-
size = "0.1.2"
44-
url = "2.2.2"
25+
tokio = { version = "=1.18.2", default-features = false, features = ["rt-multi-thread", "macros"] }
26+
reqwest = { version = "=0.11.10", default-features = false, features = ["rustls-tls"] }
27+
octocrab = { version = "=0.16.0", default-features = false, features = ["rustls"] }
28+
clap = { version = "=3.1.18", features = ["derive"] }
29+
lazy_static = "=1.4.0"
30+
serde_json = "=1.0.81"
31+
dialoguer = "=0.10.1"
32+
indicatif = "=0.16.2"
33+
itertools = "=0.10.3"
34+
fs_extra = "=1.2.0"
35+
libium = "=1.14.1"
36+
anyhow = "=1.0.57"
37+
colored = "=2.0.0"
38+
ferinth = "=2.2.2"
39+
online = "=3.0.1"
40+
semver = "=1.0.9"
41+
bytes = "=1.1.0"
42+
furse = "=1.1.2"
43+
size = "=0.1.2"
44+
url = "=2.2.2"
4545

4646
[dev-dependencies]
4747
rand = "0.8"

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ Simply specify the mods you use through the CLI, and in just one command you can
2323

2424
## Installation
2525

26-
Ferium is a compiled, statically linked program that does not require any external dependencies.
26+
Ferium is a compiled, statically linked program that does not require external dependencies.
27+
However, Rust programs in general do require `gcc-libs` to be installed.
2728
On Linux the regular version requires GTK, but the `no-gui` version does not need this.
2829

2930
Ferium is coming to more package managers soon!
3031
[Tracking Issue](https://github.com/theRookieCoder/ferium/issues/42)
3132

3233
### AUR (Arch Linux)
3334

34-
- [No GUI version](https://aur.archlinux.org/packages/ferium-bin)
35-
- [GUI file dialog](https://aur.archlinux.org/packages/ferium-gui-bin) (depends on GTK)
36-
- [From Source](https://aur.archlinux.org/packages/ferium-git) (installs the Rust toolchain)
35+
- [No GUI](https://aur.archlinux.org/packages/ferium-bin)
36+
- [No GUI from Source](https://aur.archlinux.org/packages/ferium-git) (installs the Rust toolchain)
37+
- [GUI File Dialogue](https://aur.archlinux.org/packages/ferium-gui-bin) (depends on GTK)
38+
- [GUI File Dialogue from Source](https://aur.archlinux.org/packages/ferium-gui-git) (install the Rust toolchain and depends on GTK)
3739

3840
### Scoop (Windows)
3941

0 commit comments

Comments
 (0)