Skip to content

Commit fb34208

Browse files
committed
0.0.3
1 parent 4349bd8 commit fb34208

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Tyrone Trevorrow <tyrone@sudeium.com>", "Gunnar Omander <gunnar@gomander.dev>"]
33
edition = "2021"
44
name = "gomander-napi-gif-encoder"
5-
version = "0.0.2"
5+
version = "0.0.3"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
napi = "^2"
1414
napi-derive = "^2"
1515
gif = "~0.13"
16-
gomander-engiffen = { git = "https://github.com/gomander/engiffen" }
16+
gomander-engiffen = "~0.9"
1717
thiserror = "^1"
1818

1919
[build-dependencies]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gomander/napi-gif-encoder",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "GIF Encoder for Node JS that tries to have reasonable performance",
55
"main": "index.js",
66
"repository": "git@github.com:gomander/napi-gif-encoder.git",

0 commit comments

Comments
 (0)