-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump MSRV to 1.69.0 due to failing dependency resolution (#29)
* Bump MSRV to 1.69.0 due to failing dependency resolution
- Loading branch information
1 parent
4173286
commit 39ce752
Showing
4 changed files
with
20 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "thor-devkit" | ||
version = "0.1.0-beta.2" | ||
version = "0.1.0-beta.3" | ||
authors = ["Stanislav Terliakov <[email protected]>"] | ||
description = "Rust library to aid coding with VeChain: wallets, transactions signing, encoding and verification, smart contract ABI interfacing, etc." | ||
documentation = "https://docs.rs/thor-devkit" | ||
|
@@ -10,7 +10,7 @@ keywords = ["vechain", "crypto", "blockchain", "cryptography"] | |
categories = ["cryptography"] | ||
license = "GPL-3.0" | ||
edition = "2021" | ||
rust-version = "1.67.1" | ||
rust-version = "1.69.0" | ||
|
||
# See here for more info: https://blog.rust-lang.org/2020/03/15/docs-rs-opt-into-fewer-targets.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters