bump to rust-jf 0.4.1, fixes printlns

This commit is contained in:
James Turk 2023-03-25 17:45:20 -05:00
parent 5b6ad05508
commit 039d4a701c
1 changed files with 2 additions and 2 deletions

View File

@ -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"