Skip to content

Commit

Permalink
chore(release): v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 23, 2024
1 parent cd6888b commit 86f4a0f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 7 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "xtrgpuminer"
version = "0.2.0"
version = "0.2.1"

[dependencies]
anyhow = "*"
Expand All @@ -22,6 +22,8 @@ tari_script = {git = "http://github.com/tari-project/tari"}
tari_shutdown = {git = "https://github.com/tari-project/tari.git"}
tari_utilities = "0.7"

hickory-client = {version = "=0.25.0-alpha.2", features = ["dns-over-rustls"]}
hickory-resolver = "=0.25.0-alpha.2"
libsqlite3-sys = {version = "0.25.1", features = ["bundled"]}
prost = "0.13.3"
prost-types = "0.13.3"
Expand Down

0 comments on commit 86f4a0f

Please sign in to comment.