Skip to content

Commit c8d279c

Browse files
committed
Prepare for 0.2.0
1 parent 16cd667 commit c8d279c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "janetrs"
3-
version = "0.1.2"
3+
version = "0.2.0"
44
authors = ["Eric Shimizu Karbstein <gr41.j4ck@gmail.com>"]
55
description = "High level binding for Janet programming language"
66
repository = "https://github.com/GrayJack/janetrs"
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/janetrs"
99
license-file = "LICENSE"
1010
readme = "README.md"
1111
edition = "2018"
12-
keywords = ["janet", "embedding"]
12+
keywords = ["janet", "embedding", "ffi"]
1313

1414
[package.metadata.docs.rs]
1515
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd",

0 commit comments

Comments
 (0)