gotta have that .0

This commit is contained in:
Lokathor 2020-07-25 15:46:52 -06:00
parent a1ef436bfa
commit c9f72f036e

View File

@ -13,7 +13,7 @@ jobs:
matrix:
rust:
# 1.34 doesn't support the alloc feature! (1.36 or later)
- { toolchain: 1.34, extra_args: "" }
- { toolchain: 1.34.0, extra_args: "" }
# Stable and later support all of our features.
- { toolchain: stable, extra_args: "" }
- { toolchain: stable, extra_args: "--all-features" }