Skip to content

Commit

Permalink
Update Changelog & dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoDios committed Oct 10, 2024
1 parent 5130ae6 commit 9da1bc5
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version v1.3.4

### What's changed (fixes) ?

- Added support for command arguments
- Renamed `speed_test_dir` configs option to `assets_path`, Thanks to @snaakey #7

## Version v1.3.2

### What's changed (fixes) ?
Expand Down
20 changes: 10 additions & 10 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 @@ -27,7 +27,7 @@ mysql = { version = "25.0.1",default-features = false }
postgres = "0.19.9"
rusqlite = { version = "0.32.1",features = ["bundled"] }
#conf
clap = { version = "4.5.19",features = ["std","color","help","usage"],default-features = false }
clap = { version = "4.5.20",features = ["std","color","help","usage"],default-features = false }
toml = "0.8.19"
#web
sha2 = "0.10.8"
Expand Down

0 comments on commit 9da1bc5

Please sign in to comment.