mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-14 16:35:08 +01:00
lower msrv further
This commit is contained in:
parent
381c514b2e
commit
52e9951ba4
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "stuff"
|
||||
version = "0.1.4"
|
||||
edition = "2021"
|
||||
edition = "2018"
|
||||
description = "Stuffing things into pointers."
|
||||
readme = "./README.md"
|
||||
homepage = "https://github.com/Nilstrieb/stuff"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#![no_std]
|
||||
#![warn(rust_2018_idioms)]
|
||||
#![deny(unsafe_op_in_unsafe_fn)]
|
||||
#![cfg_attr(test, deny(unsafe_op_in_unsafe_fn))] // this is great, but MSRV :(
|
||||
#![warn(missing_docs)]
|
||||
|
||||
//! A crate for stuffing things into a pointer.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue