Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
fix: revert regression with config-rs dependency (#270)
Browse files Browse the repository at this point in the history
Relevant changes rivet-gg/config-rs#2
  • Loading branch information
MasterPtato committed Jul 10, 2024
1 parent 5f2ee58 commit 2dbb0b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ clap = { version = "3.2.16", features = ["derive", "env"] }
cli-core = { path = "../core", package = "rivet-cli-core" }
# Disable less common file formats. Preserve TOML for backwards compatibility.
# This is pointing to a fork that contains a fix for Byte-order marks on Windows.
config = { git = "https://github.com/AngelOnFira/config-rs", rev = "04e61354912543e23e70b6851a3f4b03ce69471c", default-features = false, features = ["yaml", "toml", "json"] }
config = { git = "https://github.com/rivet-gg/config-rs", rev = "0f3c89b4770276e8db72ce962974a9a72c59c97a", default-features = false, features = ["yaml", "toml", "json"] }
console = "0.15"
dirs = "5.0"
fs_extra = "1.2.0"
Expand Down

0 comments on commit 2dbb0b9

Please sign in to comment.