-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update dependencies, switch to baid64 v0.2. Release beta 6
- Loading branch information
1 parent
6b7b257
commit 22d7ee8
Showing
7 changed files
with
63 additions
and
63 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,13 +1,13 @@ | ||
[package] | ||
name = "aluvm" | ||
description = "Functional registry-based RISC virtual machine" | ||
version = "0.11.0-beta.5" | ||
version = "0.11.0-beta.6" | ||
authors = ["Dr Maxim Orlovsky <[email protected]>"] | ||
repository = "https://github.com/aluvm/rust-aluvm" | ||
homepage = "https://aluvm.org" | ||
keywords = ["virtual-machine", "emulator", "functional", "risc", "edge-computing"] | ||
categories = ["no-std", "embedded", "compilers", "cryptography", "emulators"] | ||
rust-version = "1.69.0" # Due to TOML dependency of amplify crate | ||
rust-version = "1.70.0" # Due to strict encoding | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
readme = "README.md" | ||
|
@@ -22,17 +22,17 @@ required-features = ["stl"] | |
|
||
[dependencies] | ||
amplify = { version = "4.6.0", default-features = false, features = ["apfloat", "derive", "hex"] } | ||
ascii-armor = { version = "0.6.0", optional = true } | ||
baid64 = "0.1.0" | ||
ascii-armor = { version = "0.7.0", optional = true } | ||
baid64 = "0.2.0" | ||
paste = "1" | ||
strict_encoding = { version = "2.7.0-beta.3", default-features = false, features = ["float", "derive"] } | ||
strict_types = { version = "2.7.0-beta.3", optional = true } | ||
strict_encoding = { version = "2.7.0-beta.4", default-features = false, features = ["float", "derive"] } | ||
strict_types = { version = "2.7.0-beta.4", optional = true } | ||
sha2 = "0.10.8" | ||
blake3 = "1.5.1" | ||
ripemd = "0.1.3" | ||
secp256k1 = { version = "0.28.2", optional = true, features = ["global-context"] } | ||
curve25519-dalek = { version = "3.2", optional = true } | ||
half = "~2.2.0" # Required to maintain MSRV | ||
secp256k1 = { version = "0.29.0", optional = true, features = ["global-context"] } | ||
curve25519-dalek = { version = "3.2.1", optional = true } | ||
half = "2.4.1" # Required to maintain MSRV | ||
serde_crate = { package = "serde", version = "1", optional = true } | ||
|
||
[features] | ||
|
@@ -55,7 +55,3 @@ wasm-bindgen-test = "0.3" | |
|
||
[package.metadata.docs.rs] | ||
features = ["all"] | ||
|
||
[patch.crates-io] | ||
strict_encoding = { git = "https://github.com/strict-types/strict-encoding", branch = "develop" } | ||
strict_types = { git = "https://github.com/strict-types/strict-types", branch = "develop" } |
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
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