Skip to content

Commit

Permalink
feat: prep 0.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
realaravinth committed Oct 28, 2023
1 parent bbdf8e0 commit 0bbbb26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pow-wasm"
version = "0.1.0-alpha-1"
version = "0.1.0-rc1"
authors = ["realaravinth <realaravinth@batsense.net>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down Expand Up @@ -47,5 +47,5 @@ wasm-bindgen-test = "0.3.28"
## Tell `rustc` to optimize for small code size.
#opt-level = "s"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false
#[package.metadata.wasm-pack.profile.release]
#wasm-opt = false

0 comments on commit 0bbbb26

Please sign in to comment.