Skip to content

Commit e1e37c2

Browse files
committed
chore: Release orama-js-pool version 0.1.0
1 parent 1ff5bb1 commit e1e37c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "orama-js-pool"
3-
version = "0.0.1"
3+
version = "0.1.0"
44
edition = "2021"
55
license = "AGPL-3.0"
66
description = "Create a pool of JavaScript engines to invoke JavaScript code concurrently."
@@ -58,4 +58,4 @@ tracing = "0.1"
5858

5959
[dev-dependencies]
6060
serde = { version = "1", features = ["derive"] }
61-
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
61+
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }

0 commit comments

Comments
 (0)