mirror of
https://codeberg.org/LibrEDA/libreda-python
synced 2026-05-29 00:21:40 +08:00
update versions
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
[package]
|
||||
name = "libreda-python"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
authors = ["Thomas Kramer <code@tkramer.ch>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-or-later"
|
||||
description = "Python binding for the LibrEDA database."
|
||||
keywords = ["vlsi", "python"]
|
||||
@@ -19,7 +19,7 @@ name = "libreda"
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies.pyo3]
|
||||
version = "0.18"
|
||||
version = "0.20"
|
||||
features = ["extension-module"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
Reference in New Issue
Block a user