Compare commits

...

7 Commits

5
.gitignore vendored

@ -14,3 +14,8 @@
/pest_meta-2.7.2.crate /pest_meta-2.7.2.crate
/pest_meta-2.7.3.crate /pest_meta-2.7.3.crate
/pest_meta-2.7.6.crate /pest_meta-2.7.6.crate
/pest_meta-2.7.10.crate
/pest_meta-2.7.11.crate
/pest_meta-2.7.12.crate
/pest_meta-2.7.14.crate
/pest_meta-2.7.15.crate

@ -1,11 +1,11 @@
--- pest_meta-2.7.6/Cargo.toml 1970-01-01T00:00:01+00:00 --- pest_meta-2.7.15/Cargo.toml 1970-01-01T00:00:01+00:00
+++ pest_meta-2.7.6/Cargo.toml 2024-01-13T21:39:39.862058+00:00 +++ pest_meta-2.7.15/Cargo.toml 2024-12-16T14:33:31.711084+00:00
@@ -43,10 +43,6 @@ @@ -43,10 +43,6 @@
[dependencies.pest] [dependencies.pest]
version = "2.7.6" version = "2.7.15"
-[build-dependencies.cargo] -[build-dependencies.cargo]
-version = "0.72.2" -version = "0.81.0"
-optional = true -optional = true
- -
[build-dependencies.sha2] [build-dependencies.sha2]

@ -1,12 +1,12 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
# * test grammars are not included in published crates # * test grammars are not included in published crates
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate pest_meta %global crate pest_meta
Name: rust-pest_meta Name: rust-pest_meta
Version: 2.7.6 Version: 2.7.15
Release: %autorelease Release: %autorelease
Summary: Pest meta language parser and validator Summary: Pest meta language parser and validator

@ -1,3 +1,8 @@
[package]
cargo-toml-patch-comments = [
"drop feature and dependencies for bootstrap build mode",
]
[tests] [tests]
run = ["none"] run = ["none"]
comments = ["test grammars are not included in published crates"] comments = ["test grammars are not included in published crates"]

@ -1 +1 @@
SHA512 (pest_meta-2.7.6.crate) = 5f423c587723256b87a64e795622b41ed756d51b441ef9954d0a5f7ce454a903405a9617174291f37f6098e2cbc2c00587fea60380b6efad35ee79479aa0c7cf SHA512 (pest_meta-2.7.15.crate) = dac3e599b280f2ad9d3d6c1362ca18e27929f15047ed9195a3cea1e1ecc03bab98355cb39de1c793764affe41b24f0efcb6660ad0c81f7a6c5201f402e4c6a64

Loading…
Cancel
Save