Skip to content

Commit

Permalink
uprev and trigger Full Build (#79)
Browse files Browse the repository at this point in the history
* uprev and trigger Full Build

* try pinning xwin to 16
  • Loading branch information
samuelcolvin authored Jun 24, 2024
1 parent dbeda14 commit 0916aef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,9 @@ jobs:
args: --release --out dist --interpreter ${{ matrix.interpreter || '3.8 3.9 3.10 3.11 3.12' }}
rust-toolchain: stable
docker-options: -e CI
env:
# see https://github.com/PyO3/maturin/issues/2110
XWIN_VERSION: '16'

- run: ${{ (matrix.os == 'windows' && 'dir') || 'ls -lh' }} dist/

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rtoml"
version = "0.10.0"
version = "0.11.0"
authors = ["Samuel Colvin <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 0916aef

Please sign in to comment.