Add support to WhichConfig for a user provided closure that will be called whenever a nonfatal error occurs.
This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile
without changes.
Add support to WhichConfig for a user provided closure that will be called whenever a nonfatal error occurs.
This technically breaks a few APIs due to the need to add more generics and lifetimes. Most code will compile
without changes.
New crate containing public type definitions for the notify and debouncer crates. #559
CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript;
the old behavior can be restored using the new feature flag serialization-compat-6#558#568breaking
CHANGE: use instant crate (which provides an Instant type that works in Wasm environments) #570
New crate containing public type definitions for the notify and debouncer crates. #559
CHANGE: the serialization format for events has been changed to be easier to use in environments like JavaScript;
the old behavior can be restored using the new feature flag breakingserialization-compat-6#558#568
CHANGE: use instant crate (which provides an Instant type that works in Wasm environments) #570
This release removes the borsh feature introduced in 0.15.0 because it was
found to be incorrectly implemented. Users should use the hashbrown feature of
the borsh crate instead which provides the same trait implementations.
Commits
dd56b3b Merge pull request #581 from Amanieu/release-0.15.1
Bumps the rust-dependencies group with 18 updates in the /apd directory:
1.0.91
1.0.92
1.0.213
1.0.214
0.8.34
0.8.35
6.0.3
7.0.0
6.1.1
7.0.0
0.6.15
0.6.18
1.0.8
1.0.10
0.2.5
0.2.6
1.1.1
1.1.2
1.3.2
1.4.1
1.1.31
1.1.35
1.0.2
1.0.3
0.15.0
0.15.1
0.2.8
0.2.11
0.2.14
0.2.15
1.11.0
1.11.1
2.0.85
2.0.87
1.0.65
1.0.68
Updates
anyhow
from 1.0.91 to 1.0.92Release notes
Sourced from anyhow's releases.
Commits
fd03a8e
Release 1.0.92a16252b
Merge pull request #390 from dtolnay/rawaddrfcf2ef8
Compile &raw test on Rust 1.82+ only1e7e9fe
Parse raw address expression syntax7d1a8f9
Add test of raw addr expression syntaxUpdates
serde
from 1.0.213 to 1.0.214Release notes
Sourced from serde's releases.
Commits
4180621
Release 1.0.214210373b
Merge pull request #2568 from Mingun/into_deserializer-for-deserializers9cda015
Implement IntoDeserializer for all Deserializers in serde::de::value moduleUpdates
encoding_rs
from 0.8.34 to 0.8.35Commits
2fa58ae
Increment version number to 0.8.35375b374
Note the encoding repo revision usede60a65a
Update docs for GBK and gb180307f62c7f
Fix typo65e9eee
Add release note471104f
Restore PUA range check, add manual tests6a489c7
Make the GBK-range GB18030-2022 changes work2f1b14f
Regenerate data for GB18030-2022 (tests fail)acae064
Link to icu_normalizer instead of unic-normalUpdates
which
from 6.0.3 to 7.0.0Release notes
Sourced from which's releases.
Changelog
Sourced from which's changelog.
Commits
1b5f7be
fix README.md version3edbc31
update CHANGELOGcef653d
add myself to authors59e410d
bump version66128a7
add support for user provided closure to receive nonfatal errors7c58cf0
Add a note on WebAssembly to README.mdUpdates
notify
from 6.1.1 to 7.0.0Release notes
Sourced from notify's releases.
... (truncated)
Changelog
Sourced from notify's changelog.
... (truncated)
Commits
a18adde
Prepare release89b0cf8
Merge pull request #630 from dfaust/remove-mock-instant3bb640f
Update changelog1b8e0af
Cleanups88973e1
Add basic integration testsc601b48
Fix notify-debouncer-full by removing mock_instant cratee87b8dd
Fix crossbeam-channel feature7c26617
Update changelog2a887a4
Fixclippy::doc_markdown
lints (#621)ed7f30c
Fix a typo and add a typo CI check. (#646)Updates
anstream
from 0.6.15 to 0.6.18Commits
fabe0c3
chore: Release762ca76
docs: Update changelogd364ac4
Merge pull request #229 from epage/cfgad3f458
fix(stream): Respect 'test' feature0b8d105
fix(stream): Refer to correct stream on panic69cf6c9
refactor(stream): Pull out test macro bodyc78b3c1
refactor(stream): Be extra clear that macros mod is not for useab37812
chore(deps): Update compatible (dev) (#226)7c48196
Merge pull request #227 from rust-cli/renovate/stable-1.xa28405f
style: Make clippy happyUpdates
anstyle
from 1.0.8 to 1.0.10Commits
9ce373f
chore: Release6668ff0
docs: Update changelog13e008a
Merge pull request #228 from DaniPopes/avoid-write-macro-strfb843c5
perf: avoid using write! macro with single str5628f47
chore: Release42d4175
chore: Release924fc50
chore: Release313e16a
docs: Update changelog2bbc343
Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08
feat: Implement AsLockedWrite generically tooUpdates
anstyle-parse
from 0.2.5 to 0.2.6Commits
5628f47
chore: Release42d4175
chore: Release924fc50
chore: Release313e16a
docs: Update changelog2bbc343
Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08
feat: Implement AsLockedWrite generically toof4a1f98
Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7
feat: Implement AutoStream for dyn Write + auto traits8a57dcc
Merge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88
refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-query
from 1.1.1 to 1.1.2Commits
5628f47
chore: Release42d4175
chore: Release924fc50
chore: Release313e16a
docs: Update changelog2bbc343
Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08
feat: Implement AsLockedWrite generically toof4a1f98
Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7
feat: Implement AutoStream for dyn Write + auto traits8a57dcc
Merge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88
refactor: Implement RawStream for Box<T> genericallyUpdates
anstyle-wincon
from 3.0.4 to 3.0.6Commits
5628f47
chore: Release42d4175
chore: Release924fc50
chore: Release313e16a
docs: Update changelog2bbc343
Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08
feat: Implement AsLockedWrite generically toof4a1f98
Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7
feat: Implement AutoStream for dyn Write + auto traits8a57dcc
Merge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88
refactor: Implement RawStream for Box<T> genericallyUpdates
arbitrary
from 1.3.2 to 1.4.1Changelog
Sourced from arbitrary's changelog.
... (truncated)
Commits
690db06
Merge pull request #204 from djc/msrv6cbaf48
Merge pull request #205 from Manishearth/fq-resultde2becf
Use fully qualified path for Result when generated by macro4f5967b
Bump version for releasea5dfc7e
Check stated MSRV in CIda62b03
Add lifetime bound for trait impl as required on older toolchainsf643527
Use std::error::Error for compatibility with older toolchains5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursive4254bd2
Merge pull request #198 from sosthene-nitrokey/test-warningsUpdates
cc
from 1.1.31 to 1.1.35Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
8a62583
chore: release v1.1.35 (#1267)7dd2c0a
Remove support for FRC (#1268)ecea93e
Do not add -fPIC by default on UEFI targets (#1263)140f595
Use -windows-gnu for all UEFI targets (#1264)7a786c5
chore: release v1.1.34 (#1259)1a9f345
Apple: Remove redundant flags (#1256)d2822d9
chore: release v1.1.33 (#1258)9eb0c38
Reduce size ofcc::Build
and size of generated targets (#1257)c3ad44e
chore: release v1.1.32 (#1250)9c663ca
Userustc
's knowledge of LLVM/Clang target triples (#1252)Updates
colorchoice
from 1.0.2 to 1.0.3Commits
5628f47
chore: Release42d4175
chore: Release924fc50
chore: Release313e16a
docs: Update changelog2bbc343
Merge pull request #225 from DaniPopes/as-locked-write-impls8639e08
feat: Implement AsLockedWrite generically toof4a1f98
Merge pull request #224 from DaniPopes/raw-stream-autotraitsed1dbd7
feat: Implement AutoStream for dyn Write + auto traits8a57dcc
Merge pull request #223 from DaniPopes/raw-stream-refmuta1cbc88
refactor: Implement RawStream for Box<T> genericallyUpdates
derive_arbitrary
from 1.3.2 to 1.4.0Changelog
Sourced from derive_arbitrary's changelog.
Commits
5b86c44
Bump to 1.4.01cc0e46
Merge pull request #185 from sosthene-nitrokey/wide-recursive4254bd2
Merge pull request #198 from sosthene-nitrokey/test-warningsb6991ce
Make MaxRecursionReached error possible to evolve in the future0f46370
Fix clippy warnings in tests365e73b
Merge pull request #197 from fitzgen/doc-comment-examplee5897a1
Add faillible version of size_hint to properly handle recursive structuresef80790
Use?
propagation in doc comment example17647a1
Merge pull request #194 from caspermeijn/derive_optionaa899f9
fix(derive): allowderive(Arbitrary)
forstruct Option
Updates
hashbrown
from 0.15.0 to 0.15.1Changelog
Sourced from hashbrown's changelog.
Commits
dd56b3b
Merge pull request #581 from Amanieu/release-0.15.15643b13
Yank v0.15.0986305a
Merge pull request #582 from Amanieu/stable-strict-provenance1295e3e
Remove mentions of stabilized featurestrict_provenance
458e445
Release v0.15.1ccec5eb
Merge pull request #580 from Kobzol/ci-doc02ddcc9
Document conclusion job more998637f
Merge pull request #575 from Kobzol/ci-remove-borsc6b90d9
Switch from using Bors to merge queue in CIeea9804
Auto merge of #572 - cuviper:ci-msrv, r=AmanieuUpdates
inotify
from 0.9.6 to 0.10.2Changelog
Sourced from inotify's changelog.
Commits
44e3485
Update version95f97fc
Update changelogf189717
Merge pull request #205 from zachs18/patch-12d2f43d
Re-exportwatches::Watches
at crate root.d01df82
Merge pull request #204 from hannobraun/releasecbc4116
Update version3656564
Update changelog3d2988d
Merge pull request #202 from joshtriplett/io-safety3f2d7e0
ImplementAsFd
and bidirectional conversion to/fromOwnedFd
9ec50c5
Merge pull request #193 from initard/improvement/inotify-two-files-with-the-s...Updates
libm
from 0.2.8 to 0.2.11Release notes
Sourced from libm's releases.
Changelog
Sourced from libm's changelog.
... (truncated)
Commits
cdbf423
chore: release v0.2.117532f81
Enable caching on all CI jobs that build the crate (#341)28f20d8
Reduce the number of iterations on emulated aarch64 Linux3dbb187
Mark libm-macros and musl-math-sys as publish=false6bbbed5
Merge pull request #300 from tgross35/test-refactoringfb9cd47
Enable more targets on CIdf9f125
Disable a unit test that is failing on i586b126e7c
Add dockerfiles for i586, riscv, and thumb0e69109
Add a test against musl libm364e13e
Introduce a generic way to control checks for specific casesUpdates
mio
from 0.8.11 to 1.0.2Changelog
Sourced from mio's changelog.