Skip to content

Commit 695fc8a

Browse files
committed
Bump version
1 parent 690caac commit 695fc8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ authors = [
77
"Emile Fugulin <[email protected]>",
88
"Richard Davison <[email protected]>",
99
]
10-
version = "0.0.2"
10+
version = "0.0.3"
1111
edition = "2021"
1212

1313
[dependencies]
14-
rquickjs = { version = "0.8.1", features = ["loader"] }
14+
rquickjs = { version = "0.9", features = ["loader"] }
1515

1616
[dev-dependencies]
17-
rquickjs = { version = "0.8.1", features = ["futures", "macro", "parallel"] }
17+
rquickjs = { version = "0.9", features = ["futures", "macro", "parallel"] }
1818
tokio = { version = "1", features = ["full"] }

0 commit comments

Comments
 (0)