Remove build.rs, use target_has_atomic instead

`target_has_atomic` has been stable since rust 1.60
This commit is contained in:
Graham Esau 2024-08-14 11:57:28 +01:00
parent 1701acbc17
commit 1c34428394
3 changed files with 19 additions and 28 deletions

View file

@ -10,7 +10,6 @@ license = "MIT"
readme = "README.md"
keywords = ["rust", "json-schema", "serde"]
categories = ["encoding"]
build = "build.rs"
rust-version = "1.60"
[dependencies]