Skip to content

Commit 81838d1

Browse files
LUAFDN-1750 Split Up artiaa_auth Into Separate Library (#77)
Changing the repository from a package to a workspace and splitting up #72 into it's own mini package
1 parent 4bec9b0 commit 81838d1

File tree

9 files changed

+655
-354
lines changed

9 files changed

+655
-354
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
matrix:
3636
os: [windows-latest, ubuntu-latest]
37-
rust_version: [stable, "1.60.0"]
37+
rust_version: [stable, "1.66.0"]
3838

3939
runs-on: ${{ matrix.os }}
4040
steps:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252

5353
## 0.5.0
5454
- Initial release
55-
- Version number chosen so that Foreman can take over the [foreman](https://crates.io/crates/foreman) crate on crates.io and leave existing versions alone.
55+
- Version number chosen so that Foreman can take over the [foreman](https://crates.io/crates/foreman) crate on crates.io and leave existing versions alone.

0 commit comments

Comments
 (0)