Skip to content

Commit

Permalink
Use proper git for libium
Browse files Browse the repository at this point in the history
  • Loading branch information
theRookieCoder committed Nov 17, 2024
1 parent 5ce2df9 commit a70575c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ fs_extra = "1.3"
ferinth = "2.11"
colored = "2.1"
inquire = "0.7"
# libium = { git = "https://github.com/gorilla-devs/libium", rev = "b7d2cd767b840313bc71dca643e4252c4e16dd3e" }
libium = { path = "../libium" }
libium = { git = "https://github.com/gorilla-devs/libium", rev = "9d8ea10e027f65427cda7807382d2ad260d450ed" }
# libium = { path = "../libium" }
# libium = "1.32"
anyhow = "1.0"
furse = "1.5"
Expand Down

0 comments on commit a70575c

Please sign in to comment.