Feature gate: 1.16.0 instead of 1.15.0
This commit is contained in:
parent
8cbe725d34
commit
dd10c5a503
1 changed files with 1 additions and 1 deletions
|
@ -323,7 +323,7 @@ declare_features! (
|
||||||
(active, abi_ptx, "1.15.0", None),
|
(active, abi_ptx, "1.15.0", None),
|
||||||
|
|
||||||
// The `i128` type
|
// The `i128` type
|
||||||
(active, i128_type, "1.15.0", Some(35118)),
|
(active, i128_type, "1.16.0", Some(35118)),
|
||||||
);
|
);
|
||||||
|
|
||||||
declare_features! (
|
declare_features! (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue