Skip to content

Commit a70575c

Browse files
Use proper git for libium
1 parent 5ce2df9 commit a70575c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 0 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
@@ -59,8 +59,8 @@ fs_extra = "1.3"
5959
ferinth = "2.11"
6060
colored = "2.1"
6161
inquire = "0.7"
62-
# libium = { git = "https://github.com/gorilla-devs/libium", rev = "b7d2cd767b840313bc71dca643e4252c4e16dd3e" }
63-
libium = { path = "../libium" }
62+
libium = { git = "https://github.com/gorilla-devs/libium", rev = "9d8ea10e027f65427cda7807382d2ad260d450ed" }
63+
# libium = { path = "../libium" }
6464
# libium = "1.32"
6565
anyhow = "1.0"
6666
furse = "1.5"

0 commit comments

Comments
 (0)