Skip to content

Commit

Permalink
Prep 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed Feb 26, 2023
1 parent bd73a08 commit 99cf632
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "nnsdk"
version = "0.2.1"
authors = ["jam1garner <jam1.[email protected]>"]
version = "0.3.0"
authors = ["jam1garner <jam@jam1.re>"]
edition = "2018"
license = "MIT"
description = "Cleanroom reverse-engineered bindings for nnsdk (Nintendo Switch SDK)"
documentation = "https://docs.rs/nnsdk"

[dependencies]
libc-nnsdk = "0.2.0"
libc-nnsdk = "0.3.0"

# rustc-dep-of-std
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }
Expand Down

0 comments on commit 99cf632

Please sign in to comment.