From cbe5a5c11ced78678654daa228194b13161e8bbc Mon Sep 17 00:00:00 2001 From: Pedro Arruda Date: Tue, 23 Jul 2024 20:29:16 -0300 Subject: [PATCH] fix versions --- Cargo.lock | 2 +- cjyafn/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ac42ca..71ce3e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,7 +223,7 @@ dependencies = [ [[package]] name = "cjyafn" -version = "0.1.0" +version = "0.1.2" dependencies = [ "cbindgen", "get-size", diff --git a/cjyafn/Cargo.toml b/cjyafn/Cargo.toml index 328b883..d6aab05 100644 --- a/cjyafn/Cargo.toml +++ b/cjyafn/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cjyafn" -version = "0.1.0" +version = "0.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html