Skip to content

Commit 14a3cf5

Browse files
committed
Update
1 parent 13e5dfb commit 14a3cf5

2 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v5
3535
with:
36-
python-version: '3.10'
36+
python-version: '3.13'
3737
- name: Build wheels
3838
uses: PyO3/maturin-action@v1
3939
with:
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
- uses: actions/setup-python@v5
6363
with:
64-
python-version: '3.10'
64+
python-version: '3.13'
6565
- name: Build wheels
6666
uses: PyO3/maturin-action@v1
6767
with:

Cargo.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[package]
2-
name = "ccdexplorer-schema-parser"
3-
version = "0.1.14"
2+
name = "ccdexplorer-schema-parser"
3+
version = "0.1.2"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77
[lib]
8-
name = "ccdexplorer_schema_parser"
9-
crate-type = ["cdylib"]
8+
name = "ccdexplorer_schema_parser"
9+
crate-type = [ "cdylib" ]
1010

1111
[dependencies]
12-
concordium-contracts-common = { version = "9.1.0", features = ["derive-serde"] }
12+
concordium-contracts-common = { version = "9.1.0", features = [ "derive-serde" ] }
1313
concordium-smart-contract-engine = "5.0.0"
14-
concordium_base = "5.0.0"
15-
pyo3 = "0.20.0"
16-
serde_json = "1.0.117"
14+
concordium_base = "5.0.0"
15+
version = "0.22"
16+
features = [ "extension-module", "abi3", "abi3-py310" ]
17+
serde_json = "1.0.117"

0 commit comments

Comments
 (0)