Skip to content

Commit

Permalink
update toml
Browse files Browse the repository at this point in the history
  • Loading branch information
PMK744 committed Aug 12, 2024
1 parent 9421d9c commit 744169e
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[package]
edition = "2021"
name = "serenityjs_binarystream"
version = "2.3.0"
name = "binarystream"
version = "2.6.6"
desciption = "A simple binary stream for Node.js"
license = "MIT"


[lib]
crate-type = ["cdylib"]
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -33,5 +33,6 @@
"test": "ava",
"universal": "napi universal",
"version": "napi version"
}
},
"packageManager": "yarn@1.22.21+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}

0 comments on commit 744169e

Please sign in to comment.