Skip to content

Commit 8383eec

Browse files
authored
Release 0.1.0-beta.2 (#20)
Bump version
1 parent 7e82940 commit 8383eec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "thor-devkit"
3-
version = "0.1.0-beta.1"
3+
version = "0.1.0-beta.2"
44
authors = ["Stanislav Terliakov <terlya.stas@gmail.com>"]
55
description = "Rust library to aid coding with VeChain, eg. Wallets/Tx/Sign/Verify."
66
documentation = "https://docs.rs/thor-devkit.rs"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.1")]
1+
#![doc(html_root_url = "https://docs.rs/thor-devkit/0.1.0-beta.2")]
22
#![warn(rust_2018_idioms, missing_docs)]
33
#![deny(dead_code, unused_imports, unused_mut)]
44

0 commit comments

Comments
 (0)