From 0aafaa7586b8354429cfea0d25dd18977409d12f Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 17 Nov 2024 11:36:46 +0800 Subject: [PATCH] feat: updates --- swift-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-rs/Cargo.toml b/swift-rs/Cargo.toml index 2ad2517..a466285 100644 --- a/swift-rs/Cargo.toml +++ b/swift-rs/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "swift-rs-hatter-fork" +name = "swift-rs" version = "1.0.6" description = "Call Swift from Rust with ease!" authors = ["The swift-rs contributors"]