-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate config to 0.15 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ec6ca2a
to
b106efb
Compare
b106efb
to
039457d
Compare
039457d
to
b7176f3
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #16 +/- ##
==========================================
+ Coverage 92.40% 96.16% +3.76%
==========================================
Files 22 27 +5
Lines 408 1199 +791
==========================================
+ Hits 377 1153 +776
- Misses 31 46 +15 ☔ View full report in Codecov by Sentry. |
b7176f3
to
20c73c5
Compare
20c73c5
to
6db6f8a
Compare
6db6f8a
to
ab6dabc
Compare
b983de8
to
dc3f96c
Compare
dc3f96c
to
646feee
Compare
646feee
to
66dffe9
Compare
66dffe9
to
7ff4526
Compare
7ff4526
to
7547876
Compare
7547876
to
08a3859
Compare
08a3859
to
eb45e97
Compare
eb45e97
to
5b7536e
Compare
This PR contains the following updates:
0.11
->0.15
Release Notes
rust-cli/config-rs (config)
v0.15.0
Compare Source
Compatibility
ConfigError
is no longer exhaustiveConfigError::Parse
s type changedFileFormat
is no longer exhaustiveFixes
v0.14.1
Compare Source
Compatibility
Internal
lazy_static
v0.14.0
Compare Source
This is a maintenance release, mostly to get some dependency updates out, but
also with some fixes and changes that have piled up over a rather long time.
Features
Fixes
Dependency updates
Misc
v0.13.4
Compare Source
v0.13.3
Compare Source
Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0
for this patch release being possible, because a transitive dependency did
update its MSRV.
using float_cmp for testing floats
Clone
trait derive to builder statesv0.13.2
Compare Source
be able to backport the next change. This change shouldn't be user-visible.
integers
fix tests
v0.13.1
Compare Source
v0.13.0
Compare Source
v0.12.0
Compare Source
Format support changes in this version
Other noteworthy changes
Format
trait for (custom) file formats #219Deprecated
Environment::new()
- see #235Config
interface - see #196Config::merge()
Config::with_merged()
Config::refresh()
Config::set_default()
Config::set()
Config::set_once()
Config::deserialize()
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.