Skip to content

Commit 9ff82b3

Browse files
committed
refactor: Change Git URI for exchange-rs
1 parent 8657176 commit 9ff82b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ test-tool = []
3131
[dependencies]
3232
anyhow = { version = "1.0.98", default-features = false }
3333
thiserror = "2.0.12"
34-
exchange-rs = { git = "https://github.com/exchangers-mail/exchange-rs", branch = "main" }
34+
exchange-rs = { git = "https://github.com/neeml/exchange-rs", branch = "main" }
3535

3636
[profile.dev]
3737
lto = true

0 commit comments

Comments
 (0)