Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Jan 16, 2024
1 parent 70aeab8 commit 79d2e99
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "wasmbin"
version = "0.6.0"
authors = ["Ingvar Stepanyan <rreverser@google.com>"]
authors = ["Ingvar Stepanyan <me@rreverser.com>"]
edition = "2021"
license = "Apache-2.0"
description = "A self-generating WebAssembly parser and serializer"
repository = "https://github.com/GoogleChromeLabs/wasmbin"
repository = "https://github.com/RReverser/wasmbin"
categories = ["wasm", "parser-implementations"]
keywords = ["webassembly", "wasm", "parser", "serializer"]

Expand Down
4 changes: 2 additions & 2 deletions derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "wasmbin-derive"
version = "0.2.2"
authors = ["Ingvar Stepanyan <rreverser@google.com>"]
authors = ["Ingvar Stepanyan <me@rreverser.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Derive crate for the wasmbin library"
repository = "https://github.com/GoogleChromeLabs/wasmbin"
repository = "https://github.com/RReverser/wasmbin"

[lib]
proc-macro = true
Expand Down

0 comments on commit 79d2e99

Please sign in to comment.