Skip to content

Commit

Permalink
fix: keep the order of entries in credentials.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
lluni committed Mar 13, 2023
1 parent be79c47 commit 4336736
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
23 changes: 21 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exclude = [
[dependencies]
discord-rich-presence = "0.2.0"
ureq = { version = "2.4.0", features = ["json"] }
configparser = "3.0.0"
configparser = { version = "3.0.2", features = ["indexmap"] }
serde = { version = "1.0.136", features = ["derive"] }
chrono = "0.4.19"
webbrowser = "0.8.7"
Expand Down

0 comments on commit 4336736

Please sign in to comment.