Skip to content

Commit

Permalink
build: fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru authored Jan 6, 2024
1 parent 8a4f178 commit 58abbdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include = ["src/**/*.rs", "Cargo.toml", "AUTHORS", "COPYING", "NEWS"]

[dependencies]
bytemuck = { version = "1.14.0", features = ["derive"] }
cdb = { version = "0.6.0", git = "https://guthub.com/kanru/cdb-rs" }
cdb = { version = "0.6.0", git = "https://github.com/kanru/cdb-rs" }
directories = "5.0.0"
riff = "2.0.0"
rusqlite = { version = "0.30.0", optional = true }
Expand Down

0 comments on commit 58abbdb

Please sign in to comment.