Skip to content

Commit

Permalink
Release v0.10.1 (#14)
Browse files Browse the repository at this point in the history
* Update

* Update

* Format

* Release `v0.10.1`
  • Loading branch information
aurexav authored May 5, 2023
1 parent 54c71de commit 92dfb78
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 90 deletions.
107 changes: 54 additions & 53 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ members = [
homepage = "https://substrate-minimal.hack.ink"
license = "GPL-3.0"
repository = "https://github.com/hack-ink/substrate-minimal"
version = "0.10.0"
version = "0.10.1"

[workspace.dependencies]
# crates.io
array-bytes = { version = "6.1" }
fxhash = { version = "0.2" }
once_cell = { version = "1.17" }
parity-scale-codec = { version = "3.4" }
parity-scale-codec = { version = "3.5" }
reqwest = { version = "0.11" }
scale-info = { version = "2.6" }
serde = { version = "1.0" }
Expand Down
2 changes: 1 addition & 1 deletion subcryptor/src/test.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// substrate-minimal
use super::*;
use crate::*;

const PUBLIC_KEY: &[u8] = &[
180, 247, 240, 59, 235, 197, 110, 190, 150, 188, 82, 234, 94, 211, 21, 157, 69, 160, 206, 58,
Expand Down
Loading

0 comments on commit 92dfb78

Please sign in to comment.