renovate[bot]
82f655b1e1
chore(deps): update msrv (1 version) to v1.90
2025-09-19 16:45:43 +00:00
Vito Secona
d51d7f6cfc
chore: bump version
2025-09-19 05:40:17 +07:00
Ed Page
178a07231e
chore: Bump versions
2025-08-07 10:15:50 -05:00
renovate[bot]
f0379a2a8c
chore(deps): update msrv (1 version) to v1.89
2025-08-07 13:00:25 +00:00
0xPoe
a7fcef21fe
refactor: move IndexPackage
and RegistryDependency
to cargo-util-schemas
for better modularity
...
Signed-off-by: 0xPoe <techregister@pm.me>
2025-07-27 15:02:27 +02:00
Josh Triplett
94c27dfaea
cargo-util-schemas: Bump breaking version for schema change
2025-07-12 14:55:10 -07:00
Ed Page
539a48452a
perf: Update toml
2025-07-08 11:55:41 -05:00
Ed Page
e5987ea9b6
chore: Bump versions
2025-06-26 16:38:16 -05:00
renovate[bot]
e6740738a8
chore(deps): update msrv (1 version) to v1.88
2025-06-26 19:55:27 +00:00
Eric Huss
0c59ee9009
Bump cargo-util-schemas version
...
https://github.com/rust-lang/cargo/pull/15643 introduced a semver
breaking change by adding a new pub field to `TomlProfile`.
2025-06-22 15:54:29 -07:00
Ed Page
31433a3094
chore: Bump package versions
2025-05-20 16:08:34 -05:00
renovate[bot]
8b5fd61ec8
chore(deps): update msrv (1 version) to v1.87
2025-05-15 23:35:57 +00:00
Scott Schafer
df915190e3
chore: Bump cargo-util-schemas to 0.8.2
2025-04-04 22:54:51 -06:00
Scott Schafer
8855150d30
chore: Bump cargo-util-schemas to 0.8.1
2025-04-04 22:45:21 -06:00
Scott Schafer
66991b5a33
chore: Bump cargo-util-schemas to 0.8.0
2025-04-04 22:44:24 -06:00
Eric Huss
be781458a9
Bump versions due to MSRV update
2025-04-03 07:11:48 -07:00
renovate[bot]
fc88578277
chore(deps): update msrv (1 version) to v1.86
2025-04-03 12:07:38 +00:00
Ed Page
b4dee5dcf9
chore: Bump versions
2025-02-20 15:47:07 -06:00
renovate[bot]
c30d4f9293
chore(deps): update msrv (1 version) to v1.85
2025-02-20 19:37:56 +00:00
renovate[bot]
7ee43a58ec
chore(deps): update msrv (1 version) to v1.84
2025-01-09 19:15:56 +00:00
Ed Page
e6114c3395
fix(schema): Include lints sub-tables in packages
...
This was done by upgrading schemars. Hard to tell what else was changed
because of the noise from the other changes in the layout.
Fixes #15030
2025-01-08 11:26:39 -06:00
Jacob Finkelman
d8b7c072c5
shortening the comment
2025-01-08 17:35:42 +00:00
Ed Page
6da546c9e1
chore: Bump versions
2024-11-29 10:43:19 -06:00
renovate[bot]
1ec49b8947
chore(deps): update msrv
2024-11-29 03:54:45 +00:00
dacian
21ce69ef37
feat: unstable-json-schema generation for Cargo.toml
2024-10-25 00:05:11 +03:00
renovate[bot]
341d619f66
chore(deps): update msrv
2024-10-19 01:35:59 -04:00
Ed Page
da18686f29
chore(schemas): Bump version
2024-09-24 11:24:24 -05:00
Ed Page
1b94fb2326
chore: Bump MSRV to 1.81
...
This is prep for using `#[expect]`.
Its not clear why RenovateBot didn't do this.
2024-09-23 19:45:57 -05:00
Ed Page
d0c54ec87f
refactor(toml): Rename 'resolved' to 'normalized'
...
In a discussion on an issue, it became confusing to talk about
"resolved" manifests and dependency resolution,
so I'm switching manifests to use the other term I considered,
"normalized".
2024-08-01 16:23:53 -05:00
renovate[bot]
74f01c4b65
chore(deps): update msrv
2024-07-26 12:52:37 +00:00
Alex Macleod
9f85086fd2
Add TomlPackage::new
, Default
for TomlWorkspace
2024-07-19 17:51:38 +00:00
renovate[bot]
a018e3a946
chore(deps): update msrv (1 version) to v1.79
2024-06-13 17:27:19 +00:00
Ed Page
786ebe9d14
chore: Bump cargo-util-schemas to 0.5
...
See #13902
2024-06-10 09:53:58 -05:00
renovate[bot]
05ba4d8cfe
chore(deps): update msrv (1 version) to v1.78
2024-05-02 15:07:25 +00:00
Ed Page
bdd4bda518
fix(toml)!: Remove support for inheriting badges
...
We allowed `[badges]` to inherit from `[workspace.package.badges]`
This was a bug:
- This was not specified in the RFC
- We did not document this
- Even if someone were to try to guess to use this, it is inconsistent
with how inheritance works because this should inherit from
`workspace.badges` instead of `workspace.package.badges`
While keeping in mind that `[badges]` is effectively deprecated.
In that context, I think its safe to break support for this without a
transition period.
Fixes #13643
2024-04-22 14:22:01 -05:00
Ed Page
3a2cc82789
test(msrv): Migrate most parse tests to unit tests
2024-04-17 16:47:29 -05:00
renovate[bot]
ccc31b4ddf
chore(deps): update msrv
2024-03-25 14:13:38 -05:00
Ed Page
8152bfbb5e
refactor(core): Expose all of the variants of VirtualManifests
2024-03-15 21:14:50 -05:00
Ed Page
ff454fd452
refactor(toml): Consolidate how we track unused keys
...
This makes it act more like everything else, making this easier to
evolve over time.
2024-03-15 12:00:06 -05:00
renovate[bot]
5ea658df78
chore(deps): update msrv (1 version) to v1.76.0
2024-02-08 14:32:51 +00:00
Ed Page
b291f42dce
chore: Make N-0 MSRVs explicit
...
This will require a version bump every release but over-releasing these
packages is likely a lot better than over-releasing the N-3 packages,
which we won't have to do anymore after this.
My hope is the `auto` value will be approved and stabilized and then we
won't have to over-release anymore.
2024-01-18 15:28:04 -06:00
Weihang Lo
0b0e78fa3f
chore: bump cargo-util-schemas to 0.2.0
2023-12-20 10:38:03 -05:00
Weihang Lo
f1216495bb
refactor(util-schemas): remove anyhow
2023-12-20 10:38:02 -05:00
Weihang Lo
da6cf9cde2
refactor(util-schemas): add thiserror
2023-12-19 03:34:35 -05:00
Weihang Lo
ad2c45bde9
refactor: clean up package metadata
...
Like PR 12352 but for homepage and repository
Versions for
* `cargo-credential-1password`
* `cargo-util-schemas`
* `home`
are bumped along with the change.
2023-12-18 16:09:03 -05:00
Ed Page
633929d3aa
refactor(schemas): Pull out cargo-util-schemas
crate
...
Fixes #12801
2023-12-15 13:22:25 -06:00