Updated workspace

This commit is contained in:
Pro7ech
2025-10-23 11:41:19 +02:00
parent 93c7587692
commit 5cd2d0ca13
6 changed files with 18 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "poulpy-backend"
version = "0.1.2"
version = "0.2.0"
edition = "2024"
license = "Apache-2.0"
readme = "README.md"
@@ -10,7 +10,7 @@ homepage = "https://github.com/phantomzone-org/poulpy"
documentation = "https://docs.rs/poulpy"
[dependencies]
poulpy-hal = {path="../poulpy-hal"}
poulpy-hal = {workspace = true}
rug = {workspace = true}
criterion = {workspace = true}
itertools = {workspace = true}