From 039d4a701c3f8c90dcccd8b54a2e46c37185e6f3 Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 25 Mar 2023 17:45:20 -0500 Subject: [PATCH] bump to rust-jf 0.4.1, fixes printlns --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97ff267..8e22b27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustyfish" -version = "0.11.0-alpha.1" +version = "0.11.0-alpha.2" edition = "2021" [package.metadata.maturin] @@ -12,5 +12,5 @@ name = "rustyfish" crate-type = ["cdylib"] [dependencies] -jellyfish = "0.4.0" +jellyfish = "0.4.1" pyo3 = "0.18.1"