mirror of
https://github.com/Noratrieb/stuff.git
synced 2026-01-15 17:05: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]
|
[package]
|
||||||
name = "stuff"
|
name = "stuff"
|
||||||
version = "0.1.4"
|
version = "0.1.4"
|
||||||
edition = "2021"
|
edition = "2018"
|
||||||
description = "Stuffing things into pointers."
|
description = "Stuffing things into pointers."
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
homepage = "https://github.com/Nilstrieb/stuff"
|
homepage = "https://github.com/Nilstrieb/stuff"
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#![no_std]
|
#![no_std]
|
||||||
#![warn(rust_2018_idioms)]
|
#![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)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
//! A crate for stuffing things into a pointer.
|
//! A crate for stuffing things into a pointer.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue