We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f87911 commit bae5ba6Copy full SHA for bae5ba6
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wasi-sol"
3
-version = "0.0.5"
+version = "0.0.6"
4
edition = "2021"
5
description = "🔒 A Solana Wallet adapter for WASM frameworks."
6
license = "MIT"
@@ -10,7 +10,7 @@ repository = "https://github.com/gigadao/wasi-sol"
10
documentation = "https://docs.rs/wasi-sol"
11
authors = [
12
"GigaDAO Core Maintainers",
13
- "Mahmoud Harmouch oss@wiseai.dev",
+ "Mahmoud Harmouch <oss@wiseai.dev>",
14
]
15
exclude = ["examples"]
16
0 commit comments