Skip to content

Commit

Permalink
edition = "2021"
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Dec 21, 2023
1 parent 79d109e commit 389c83a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,9 @@ jobs:
- os: windows
target: i686
python-architecture: x86
# https://github.com/PyO3/maturin-action/issues/237
# - os: windows
# target: aarch64
# interpreter: 3.11 3.12
- os: windows
target: aarch64
interpreter: 3.11 3.12

runs-on: ${{ (matrix.os == 'linux' && 'ubuntu') || matrix.os }}-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "rtoml"
version = "0.10.0"
authors = ["Samuel Colvin <s@muelcolvin.com>"]
edition = "2018"
edition = "2021"

[dependencies]
toml = {version = "0.5.9", features = ["preserve_order"]}
Expand Down
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
coverage[toml]==7.3.4
dirty_equals==0.7.1
maturin==1.4.0
pytest==7.4.3
pytest-speed==0.3.2; python_version >= "3.8"
pytest-pretty==1.2.0

0 comments on commit 389c83a

Please sign in to comment.