Skip to content

Commit

Permalink
Make sure it builds with Rust 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Oct 14, 2023
1 parent 11379cb commit 1818c39
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.1 (2023-10-14)

- Bump MSRV to 1.63.0
- Add `Master::sync_reference_clock_to` (PR #46)

## v0.3.0 (2023-04-05)

- Bump MSRV to 1.58.1 and bindgen to 0.63 (PR #42)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Bindings have been pregenerated for revision `c022ddbcf254` - if you activate
the feature `pregenerated-bindings`, you don't need the master code to build,
but the kernel modules must match that revision.

The minimum tested Rust version is 1.58.1.
The minimum tested Rust version is 1.63.0.

# Licensing

Expand Down
1 change: 1 addition & 0 deletions ethercat-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ioctl-sys = "0.5.2"

[build-dependencies]
bindgen = "0.63.0"
regex = "=1.9.6"

[features]
default = []
Expand Down

0 comments on commit 1818c39

Please sign in to comment.