Skip to content

Commit 4d095b2

Browse files
committed
Corrected versions of rs_port.
1 parent 3f1c5d0 commit 4d095b2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

source/ports/rs_port/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license = "Apache-2.0"
77
name = "metacall"
88
readme = "README.md"
99
repository = "https://github.com/metacall/core/tree/develop/source/ports/rs_port"
10-
version = "0.5.1"
10+
version = "0.5.2"
1111

1212
[lib]
1313
crate-type = ["lib"]
@@ -20,4 +20,4 @@ path = "src/lib.rs"
2020
metacall-inline = { path = "./inline", version = "0.2.0" }
2121

2222
[build-dependencies]
23-
metacall-sys = { path = "./sys", version = "0.1.0" }
23+
metacall-sys = { path = "./sys", version = "0.1.2" }

source/ports/rs_port/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ If your project uses MetaCall in a folder that is not in the system path, we enc
2222
`Cargo.toml`:
2323
```toml
2424
[build-dependencies]
25-
metacall-sys = "0.1.1"
25+
metacall-sys = "0.1.2"
2626
```
2727

2828
`build.rs`:

source/ports/rs_port/sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "metacall-sys"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
repository = "https://github.com/metacall/core/tree/develop/source/ports/rs_port/sys"
55
keywords = ["ffi", "bindings", "metacall"]
66
edition = "2021"

0 commit comments

Comments
 (0)