1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-29 06:27:44 +00:00

Remove procmacro2_semver_exempt

This commit is contained in:
RGBCube 2025-02-02 21:51:31 +03:00
parent a4724700b2
commit 8dd31ecc77
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
9 changed files with 2 additions and 188 deletions

View file

@ -8,10 +8,7 @@ categories = [ "filesystem" ]
authors = [ "RGBCube" ]
version = "0.1.4"
edition = "2021"
include = [ "src/**/*.rs", "README.md" ]
[package.metadata.docs.rs]
rustc-args = [ "--cfg", "procmacro2_semver_exempt" ]
include = [ "src/**/*.rs", "../README.md" ]
[lib]
proc-macro = true