Skip to content

Commit 3ca7367

Browse files
Fix #87 by updating to libium 1.19.2
1 parent a5f73f2 commit 3ca7367

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for Ferium
22

3+
## `v4.1.8`
4+
### 18.07.2022
5+
6+
Fix [#87](https://github.com/gorilla-devs/ferium/issues/87) by updating to libium `1.19.2`
7+
38
## `v4.1.7`
49
### 17.07.2022
510

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ferium"
3-
version = "4.1.7"
3+
version = "4.1.8"
44
edition = "2021"
55
# Because of `std::process::ExitCode`
66
rust-version = "1.61"
@@ -44,7 +44,7 @@ fs_extra = "~1.2.0"
4444
colored = "~2.0.0"
4545
ferinth = "~2.5.1"
4646
anyhow = "~1.0.58"
47-
libium = "~1.19.1"
47+
libium = "~1.19.2"
4848
semver = "~1.0.12"
4949
online = "~3.0.1"
5050
bytes = "~1.1.0"

0 commit comments

Comments
 (0)