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 7e82940 commit 8383eecCopy full SHA for 8383eec
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "thor-devkit"
3
-version = "0.1.0-beta.1"
+version = "0.1.0-beta.2"
4
authors = ["Stanislav Terliakov <terlya.stas@gmail.com>"]
5
description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Verify."
6
documentation = "https://docs.rs/thor-devkit.rs"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.1")]
+#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.2")]
#![warn(rust_2018_idioms, missing_docs)]
#![deny(dead_code, unused_imports, unused_mut)]
0 commit comments