Skip to content

Commit a8e2e6f

Browse files
committed
ci: drop support for rust version 1.75.0
1 parent aa7819c commit a8e2e6f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
platform: [ubuntu-latest, macos-latest, windows-latest]
18-
toolchain: [stable, 1.75.0]
18+
toolchain: [stable]
1919
runs-on: ${{ matrix.platform }}
2020
steps:
2121
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vegapull"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Command line tool for scraping data for the One Piece Trading Card Game"
55
repository = "https://github.com/Coko7/vegapull"
66
authors = ["Coko <91132775+Coko7@users.noreply.github.com>"]

0 commit comments

Comments
 (0)