Skip to content

Commit

Permalink
cargo+rust+clap update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmapii authored Mar 31, 2023
1 parent 63048fa commit 64e803f
Show file tree
Hide file tree
Showing 6 changed files with 597 additions and 228 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
# alternatively matrix could be shared and specified via .json
# see https://github.community/t/how-to-share-matrix-between-jobs/128595/8
# ---
- { build: 'linux-x86_64-pinned', os: 'ubuntu-18.04', target: 'x86_64-unknown-linux-gnu', cross: false, rust: 1.67.0 }
- { build: 'windows-x86_64-pinned', os: 'windows-2019', target: 'x86_64-pc-windows-msvc', cross: false, rust: 1.67.0 }
- { build: 'macos-x86_64-pinned', os: 'macos-latest', target: 'x86_64-apple-darwin', cross: false, rust: 1.67.0 }
- { build: 'linux-x86_64-pinned', os: 'ubuntu-18.04', target: 'x86_64-unknown-linux-gnu', cross: false, rust: 1.68.2 }
- { build: 'windows-x86_64-pinned', os: 'windows-2019', target: 'x86_64-pc-windows-msvc', cross: false, rust: 1.68.2 }
- { build: 'macos-x86_64-pinned', os: 'macos-latest', target: 'x86_64-apple-darwin', cross: false, rust: 1.68.2 }
- { build: 'linux-x86_64', os: 'ubuntu-latest', target: 'x86_64-unknown-linux-gnu', cross: false, rust: stable }
- { build: 'linux-i686', os: 'ubuntu-latest', target: 'i686-unknown-linux-gnu', cross: true, rust: stable }
- { build: 'linux-arm', os: 'ubuntu-latest', target: 'aarch64-unknown-linux-gnu', cross: true, rust: stable } # aarch64
Expand Down
Loading

0 comments on commit 64e803f

Please sign in to comment.