1
0
mirror of https://github.com/bspeice/aeron-rs synced 2025-07-13 11:44:53 -04:00

Pin minimum support at Rust 1.33

No promises about maintaining that, just want to know if/when I do something that breaks it
This commit is contained in:
2020-01-12 20:26:08 -05:00
parent 27f9a03617
commit 07d336a90c
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ jobs:
include:
- rust: stable
os: linux
- rust: 1.33.0
os: linux
- rust: stable
os: osx
- rust: stable-msvc