From aff7b465ea4259c158e53b9bdcebd21b7015714c Mon Sep 17 00:00:00 2001 From: fahdfady Date: Wed, 10 Sep 2025 01:09:31 +0300 Subject: [PATCH 1/2] edit rs port readme and providing relatable links --- source/ports/rs_port/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/ports/rs_port/README.md b/source/ports/rs_port/README.md index a29580a55..9ca236259 100644 --- a/source/ports/rs_port/README.md +++ b/source/ports/rs_port/README.md @@ -17,12 +17,12 @@ curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | # Linking -If your project uses MetaCall in a folder that is not in the system path, we encourage to use `metacall-sys` crate as a `build-dependecy`. By this way you will be able to locate and link MetaCall directly in your build system. For example: +If your project uses MetaCall in a folder that is not in the system path, we encourage to use [`metacall-sys`](https://crates.io/crates/metacall-sys) crate as a [`build-dependecy`](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#build-dependencies). By this way you will be able to locate and link MetaCall directly in your build system. For example: `Cargo.toml`: ```toml [build-dependencies] -metacall-sys = { path = "./sys", version = "0.1.0" } +metacall-sys = "0.1.0" ``` `build.rs`: From 011131d3875fe6d7faf9021178a4e26239c18ac7 Mon Sep 17 00:00:00 2001 From: Vicente Eduardo Ferrer Garcia <7854099+viferga@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:03:43 -0400 Subject: [PATCH 2/2] Update README.md --- source/ports/rs_port/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ports/rs_port/README.md b/source/ports/rs_port/README.md index 9ca236259..d8cc3e256 100644 --- a/source/ports/rs_port/README.md +++ b/source/ports/rs_port/README.md @@ -22,7 +22,7 @@ If your project uses MetaCall in a folder that is not in the system path, we enc `Cargo.toml`: ```toml [build-dependencies] -metacall-sys = "0.1.0" +metacall-sys = "0.1.1" ``` `build.rs`: