-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated versions will be shortly available on crates.io.
- Loading branch information
Showing
5 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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,6 +1,6 @@ | ||
[package] | ||
name = "smoldot" | ||
version = "0.4.0" | ||
version = "0.5.0" | ||
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"] | ||
description = "Primitives to build a client for Substrate-based blockchains" | ||
repository = "https://github.com/paritytech/smoldot" | ||
|
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 = "smoldot-light" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"] | ||
description = "Browser bindings to a light client for Substrate-based blockchains" | ||
repository = "https://github.com/paritytech/smoldot" | ||
|
@@ -27,7 +27,7 @@ rand = "0.8.5" | |
serde = { version = "1.0.148", default-features = false, features = ["alloc", "derive"] } | ||
serde_json = "1.0.89" | ||
slab = { version = "0.4.7", default-features = false } | ||
smoldot = { version = "0.4.0", path = "../..", default-features = false } | ||
smoldot = { version = "0.5.0", path = "../..", default-features = false } | ||
|
||
# `std` feature | ||
# Add here the crates that cannot function without the help of the operating system or environment. | ||
|
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