Skip to content

Commit

Permalink
Merge pull request #20 from wcampbell0x2a/bump-msrv-1.70.0
Browse files Browse the repository at this point in the history
Bump MSRV to 1.70.0
  • Loading branch information
wcampbell0x2a authored Nov 2, 2023
2 parents d4797b6 + 04f0ff9 commit 39f8ede
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
toolchain:
- stable
# msrv
- 1.66.1
- 1.70.0

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ license = "MIT"
readme = "README.md"
description = "Encode/Decode for ASTERIX protocol using the deku library"
repository = "https://github.com/wcampbell0x2a/asterix-rs"
rust-version = "1.70.0"

[workspace]
members = [
Expand Down
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ Currently supported:
- CAT048
- CAT034

# Usage
## Usage
*Compiler support: requires rustc 1.70+*

See `tests/public_api.rs` and the docs for example usage.
Add the following to your `Cargo.toml` file:
```toml
[dependencies]
asterix = "v0.3.1"
```

## Changelog

Expand Down

0 comments on commit 39f8ede

Please sign in to comment.