Skip to content

Commit

Permalink
Update README, adjust MSRV in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxuser committed Dec 19, 2023
1 parent 4fd0edd commit 9479610
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [beta, stable, 1.56.0]
rust: [beta, stable, 1.70.0]

steps:
- uses: actions/checkout@v3
Expand All @@ -31,7 +31,6 @@ jobs:
clippy:
name: Clippy
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@

Authenticate with Xbox Live

## Quickstart
## Documentation

```rs
todo!("")
```
Find the documentation here: <https://docs.rs/xal>

## Minimum supported Rust version

Documentation: <https://docs.rs/xal>
This crate requires at least Rust 1.70 (stable).

## Disclaimer

This is an unofficial library not endorsed by Microsoft. Use at your own risk!

0 comments on commit 9479610

Please sign in to comment.