We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca1144 commit e7a55daCopy full SHA for e7a55da
1 file changed
Cargo.toml
@@ -9,14 +9,14 @@ members = [
9
resolver = "2"
10
11
[workspace.package]
12
-version = "0.1.0"
+version = "0.2.0"
13
edition = "2021"
14
authors = ["Dust LLC"]
15
license-file = "LICENSE"
16
17
[workspace.dependencies]
18
-anyhow = "1.0"
19
-thiserror = "1.0"
+anyhow = { git = "https://github.com/dustsoftware/anyhow.git", rev = "80bfe291b16071c70f141e90e67e7032d966826b" }
+thiserror = { git = "https://github.com/dustsoftware/thiserror.git", rev = "41938bd3a03a70d34ed8e53d99c89c770c7c9c41" }
20
21
serde = { version = "1.0", features = ["derive"] }
22
serde_json = "1.0"
0 commit comments