Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
wasm4@0.0.2

Generated by cargo-workspaces
  • Loading branch information
zetanumbers committed Dec 16, 2021
1 parent 0090ea9 commit d7fbc7c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wasm4/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm4"
version = "0.0.1"
version = "0.0.2"
authors = ["Daria Sukhonina <dariasukhonina@gmail.com>"]
license = "ISC"
repository = "https://github.com/ZetaNumbers/wasm4-rs"
Expand All @@ -10,5 +10,6 @@ categories = ["api-bindings", "wasm"]
readme = "../README.md"
edition = "2021"

[dependencies]
wasm4-sys = { path = "../wasm4-sys" }
[dependencies.wasm4-sys]
path = "../wasm4-sys"
version = "^0.0.1"

0 comments on commit d7fbc7c

Please # to comment.