Skip to content

Commit

Permalink
chore: minor improvements and refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan committed Jul 18, 2023
1 parent ff61310 commit f454fe9
Show file tree
Hide file tree
Showing 6 changed files with 103 additions and 77 deletions.
69 changes: 36 additions & 33 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
@@ -1,14 +1,14 @@
[package]
name = "ss58-org"
version = "0.2.0"
version = "0.2.1"
edition = "2021"

[dependencies]
base58 = "0.2.0"
blake2 = "0.10.6"
hex = "0.4.3"
js-sys = "0.3.64"
leptos = { version = "0.4.3", features = ["csr", "nightly"] }
leptos = { version = "0.4.4", features = ["csr", "nightly"] }

[dependencies.web-sys]
version = "0.3.64"
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@

0. Install Rust using [rustup](https://rustup.rs/).

1. Install Rust nightly toolchain and Wasm target:
1. Install Wasm target:

```
rustup toolchain install nightly
rustup default nightly
rustup target add wasm32-unknown-unknown
```

Expand Down
4 changes: 4 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[toolchain]
channel = "nightly"
targets = ["wasm32-unknown-unknown"]
profile = "default"
Loading

0 comments on commit f454fe9

Please sign in to comment.