Skip to content
This repository was archived by the owner on Feb 20, 2024. It is now read-only.

Commit a5660d2

Browse files
committed
build: use newer version for a warning causing dependency
1 parent 0f9ba12 commit a5660d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ lambda_http = "^0.7.1"
1616
futures = "^0.3.18"
1717
itertools = "^0.10.5"
1818
libmath = "^0.2.1"
19-
stopwatch = "^0.0.7"
19+
stopwatch = { git = "https://github.com/jwpjrdev/rust-stopwatch.git", branch="master" }
2020
utoipa = "3"
2121
tokio = { version = "^1.21.2", features = ["full"] }
2222

0 commit comments

Comments
 (0)