File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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 :
Original file line number Diff line number Diff line change 11[package ]
2- name = " ccdexplorer-schema-parser"
3- version = " 0.1.14 "
2+ name = " ccdexplorer-schema-parser"
3+ version = " 0.1.2 "
44edition = " 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" ] }
1313concordium-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"
You can’t perform that action at this time.
0 commit comments