Skip to content

Commit e7a55da

Browse files
committed
Update Cargo.toml
1 parent 4ca1144 commit e7a55da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ members = [
99
resolver = "2"
1010

1111
[workspace.package]
12-
version = "0.1.0"
12+
version = "0.2.0"
1313
edition = "2021"
1414
authors = ["Dust LLC"]
1515
license-file = "LICENSE"
1616

1717
[workspace.dependencies]
18-
anyhow = "1.0"
19-
thiserror = "1.0"
18+
anyhow = { git = "https://github.com/dustsoftware/anyhow.git", rev = "80bfe291b16071c70f141e90e67e7032d966826b" }
19+
thiserror = { git = "https://github.com/dustsoftware/thiserror.git", rev = "41938bd3a03a70d34ed8e53d99c89c770c7c9c41" }
2020

2121
serde = { version = "1.0", features = ["derive"] }
2222
serde_json = "1.0"

0 commit comments

Comments
 (0)