Skip to content

Commit fd4f97d

Browse files
authored
Merge pull request #24 from cryptonerdcn/fix/keywords
Fix.
2 parents ff7daef + 275ee3a commit fd4f97d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "wasm-cairo"
3-
version = "0.8.7"
3+
version = "0.8.8"
44
authors = ["cryptonerdcn <cryptonerdcn@gmail.com> (https://twitter.com/cryptonerdcn)"]
55
edition = "2018"
66
description = "WASM runtime for Cairo language and Starknet"
77
license = "Apache-2.0"
88
repository = "https://github.com/cryptonerdcn/wasm-cairo.git"
9-
keywords = ["no_std, wasm, cairo, starkware, starknet, zero-knowledge, zk, dapp, zk-STARK, zkSTARK, off-chain"]
9+
keywords = ["no_std", "wasm", "cairo", "starkware", "starknet", "zero-knowledge", "zk", "dapp", "zk-STARK", "zkSTARK", "off-chain"]
1010

1111
[lib]
1212
crate-type = ["cdylib", "rlib"]

0 commit comments

Comments
 (0)