File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 3737 run : |
3838 rustup target add x86_64-apple-darwin
3939 rustup target add aarch64-apple-darwin
40+ - name : Install Cross-compilers (Linux)
41+ if : matrix.os == 'ubuntu-latest'
42+ run : |
4043 rustup target add aarch64-unknown-linux-gnu
4144 - name : Publish Package
4245 uses : PyO3/maturin-action@v1
Original file line number Diff line number Diff line change 11[package ]
22name = " pydomainextractor"
3- version = " 0.13.6 "
3+ version = " 0.13.7 "
44authors = [" Gal Ben David <gal@intsights.com>" ]
55edition = " 2021"
66description = " A blazingly fast domain extraction library written in Rust"
Original file line number Diff line number Diff line change 11[project ]
22name = " pydomainextractor"
3- version = " 0.13.6 "
3+ version = " 0.13.7 "
44description = " A blazingly fast domain extraction library written in Rust"
55authors = [
66 {email = " gal@intsights.com" },
You can’t perform that action at this time.
0 commit comments