Closed dependabot[bot] closed 1 month ago
Bumps the cargo-dependencies group with 12 updates in the / directory:
1.0.89
1.0.90
0.2.159
0.2.161
0.24.5
0.24.6
0.4.13
0.4.17
1.1.28
1.1.31
1.4.1
1.5.0
1.0.87
1.0.88
1.0.17
1.0.18
1.0.128
1.0.132
2.0.79
2.0.82
0.2.93
0.2.95
Updates anyhow from 1.0.89 to 1.0.90
anyhow
Sourced from anyhow's releases.
1.0.90 Documentation improvements
a0b868a
0f74169
8ce4560
be64707
Updates libc from 0.2.159 to 0.2.161
libc
Sourced from libc's releases.
0.2.161 Fixed OpenBSD: fix FNM_PATHNAME and FNM_NOESCAPE values rust-lang/libc#3983 0.2.160 Added Android: add PR_GET_NAME and PR_SET_NAME rust-lang/libc#3941 Apple: add F_TRANSFEREXTENTS rust-lang/libc#3925 Apple: add mach_error_string rust-lang/libc#3913 Apple: add additional pthread APIs rust-lang/libc#3846 Apple: add the LOCAL_PEERTOKEN socket option rust-lang/libc#3929 BSD: add RTF_*, RTA_*, RTAX_*, and RTM_* definitions rust-lang/libc#3714 Emscripten: add AT_EACCESS rust-lang/libc#3911 Emscripten: add getgrgid, getgrnam, getgrnam_r and getgrgid_r rust-lang/libc#3912 Emscripten: add getpwnam_r and getpwuid_r rust-lang/libc#3906 FreeBSD: add POLLRDHUP rust-lang/libc#3936 Haiku: add arc4random rust-lang/libc#3945 Illumos: add ptsname_r rust-lang/libc#3867 Linux: add fanotify interfaces rust-lang/libc#3695 Linux: add tcp_info rust-lang/libc#3480 Linux: add additional AF_PACKET options rust-lang/libc#3540 Linux: make Elf constants always available rust-lang/libc#3938 Musl x86: add iopl and ioperm rust-lang/libc#3720 Musl: add posix_spawn chdir functions rust-lang/libc#3949 Musl: add utmpx.h constants rust-lang/libc#3908 NetBSD: add sysctlnametomib, CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID rust-lang/libc#3927 Nuttx: initial support rust-lang/libc#3909 RTEMS: add getentropy rust-lang/libc#3973 RTEMS: initial support rust-lang/libc#3866 Solarish: add POLLRDHUP, POSIX_FADV_*, O_RSYNC, and posix_fallocate rust-lang/libc#3936 Unix: add fnmatch.h rust-lang/libc#3937 VxWorks: add riscv64 support rust-lang/libc#3935 VxWorks: update constants related to the scheduler rust-lang/libc#3963 Changed Redox: change ino_t to be c_ulonglong rust-lang/libc#3919 Fixed ESP-IDF: fix mismatched constants and structs rust-lang/libc#3920 FreeBSD: fix struct stat on FreeBSD 12+ rust-lang/libc#3946 Other CI: Fix CI for FreeBSD 15 rust-lang/libc#3950 Docs: link to windows-sys rust-lang/libc#3915
FNM_PATHNAME
FNM_NOESCAPE
PR_GET_NAME
PR_SET_NAME
F_TRANSFEREXTENTS
mach_error_string
pthread
LOCAL_PEERTOKEN
RTF_*
RTA_*
RTAX_*
RTM_*
AT_EACCESS
getgrgid
getgrnam
getgrnam_r
getgrgid_r
getpwnam_r
getpwuid_r
POLLRDHUP
arc4random
ptsname_r
fanotify
tcp_info
iopl
ioperm
posix_spawn
utmpx.h
sysctlnametomib
CLOCK_THREAD_CPUTIME_ID
CLOCK_PROCESS_CPUTIME_ID
getentropy
POSIX_FADV_*
O_RSYNC
posix_fallocate
fnmatch.h
ino_t
c_ulonglong
struct stat
windows-sys
Sourced from libc's changelog.
0.2.161 - 2024-10-17 Fixed OpenBSD: fix FNM_PATHNAME and FNM_NOESCAPE values rust-lang/libc#3983 0.2.160 - 2024-10-17 Added Android: add PR_GET_NAME and PR_SET_NAME rust-lang/libc#3941 Apple: add F_TRANSFEREXTENTS rust-lang/libc#3925 Apple: add mach_error_string rust-lang/libc#3913 Apple: add additional pthread APIs rust-lang/libc#3846 Apple: add the LOCAL_PEERTOKEN socket option rust-lang/libc#3929 BSD: add RTF_*, RTA_*, RTAX_*, and RTM_* definitions rust-lang/libc#3714 Emscripten: add AT_EACCESS rust-lang/libc#3911 Emscripten: add getgrgid, getgrnam, getgrnam_r and getgrgid_r rust-lang/libc#3912 Emscripten: add getpwnam_r and getpwuid_r rust-lang/libc#3906 FreeBSD: add POLLRDHUP rust-lang/libc#3936 Haiku: add arc4random rust-lang/libc#3945 Illumos: add ptsname_r rust-lang/libc#3867 Linux: add fanotify interfaces rust-lang/libc#3695 Linux: add tcp_info rust-lang/libc#3480 Linux: add additional AF_PACKET options rust-lang/libc#3540 Linux: make Elf constants always available rust-lang/libc#3938 Musl x86: add iopl and ioperm rust-lang/libc#3720 Musl: add posix_spawn chdir functions rust-lang/libc#3949 Musl: add utmpx.h constants rust-lang/libc#3908 NetBSD: add sysctlnametomib, CLOCK_THREAD_CPUTIME_ID and CLOCK_PROCESS_CPUTIME_ID rust-lang/libc#3927 Nuttx: initial support rust-lang/libc#3909 RTEMS: add getentropy rust-lang/libc#3973 RTEMS: initial support rust-lang/libc#3866 Solarish: add POLLRDHUP, POSIX_FADV_*, O_RSYNC, and posix_fallocate rust-lang/libc#3936 Unix: add fnmatch.h rust-lang/libc#3937 VxWorks: add riscv64 support rust-lang/libc#3935 VxWorks: update constants related to the scheduler rust-lang/libc#3963 Changed Redox: change ino_t to be c_ulonglong rust-lang/libc#3919 Fixed ESP-IDF: fix mismatched constants and structs rust-lang/libc#3920 FreeBSD: fix struct stat on FreeBSD 12+ rust-lang/libc#3946 Other CI: Fix CI for FreeBSD 15 rust-lang/libc#3950
... (truncated)
63b4a64
49f1ad7
ed784c3
b72e9bc
bf6680d
a367628
35f31f8
1b22329
31f746a
f39e871
Updates libbpf-rs from 0.24.5 to 0.24.6
libbpf-rs
Sourced from libbpf-rs's releases.
v0.24.6 What's Changed libbpf-cargo Fixed incorrect Cargo environment variable query when used in build script context New Contributors @kxxt made their first contribution in libbpf/libbpf-rs#959 Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.24.5...v0.24.6
@kxxt
Full Changelog: https://github.com/libbpf/libbpf-rs/compare/v0.24.5...v0.24.6
eb52b5c
f48bb83
f5d72ad
acae225
6927be1
f436463
8ae390f
b29f80c
3a645d7
4aec1b0
Updates libbpf-cargo from 0.24.5 to 0.24.6
libbpf-cargo
Sourced from libbpf-cargo's releases.
Updates async-compression from 0.4.13 to 0.4.17
async-compression
Sourced from async-compression's changelog.
0.4.17 - 2024-10-20 Fixed Fix occasional panics when consuming from pending buffers. 0.4.16 - 2024-10-16 Other Implement pass-through AsyncBufRead on write-based encoders & decoders. 0.4.15 - 2024-10-13 Feature Implement pass-through AsyncRead or AsyncWrite where appropriate. Relax AsyncRead/AsyncWrite bounds on *::{get_ref, get_mut, get_pin_mut, into_inner}() methods. 0.4.14 - 2024-10-10 Fixed In Tokio-based decoders, attempt to decode from internal state even if nothing was read.
AsyncBufRead
AsyncRead
AsyncWrite
*::{get_ref, get_mut, get_pin_mut, into_inner}()
785dd31
f507aa3
014e6e4
241bee6
eb07612
5d4fee2
056d771
ddfe9a2
5290277
bfb76dd
Updates cc from 1.1.28 to 1.1.31
cc
Sourced from cc's releases.
cc-v1.1.31 Other Add comment explaining why cc does not rebuild on env PATH change (#1247) cc-v1.1.30 Other Don't pass -fPIC by default on wasm (#1245) cc-v1.1.29 Other Regenerate target info (#1243)
Sourced from cc's changelog.
1.1.31 - 2024-10-19 Other Add comment explaining why cc does not rebuild on env PATH change (#1247) 1.1.30 - 2024-10-11 Other Don't pass -fPIC by default on wasm (#1245) 1.1.29 - 2024-10-11 Other Regenerate target info (#1243)
c07ab0e
e53eba3
9aab242
d0048ab
53a0b97
7ad4677
Updates hyper from 1.4.1 to 1.5.0
hyper
Sourced from hyper's releases.
v1.5.0 Features client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1) rt: add ReadBufCursor methods remaining() and put_slice() (#3700) (5a13041e) Bug Fixes http1: improve performance of parsing sequentially partial messages (#3764) (3900a23) send 'connection: close' when connection is ending (#3725) (c86a6bcb, closes #3720) make date_header effective (#3718) (7de02373) http2: strip content-length header in response to CONNECT requests (#3748) (67a4a498) New Contributors @yinheli made their first contribution in hyperium/hyper#3712 @yhx-12243 made their first contribution in hyperium/hyper#3718 @friendlyping made their first contribution in hyperium/hyper#3739 @WhyNotHugo made their first contribution in hyperium/hyper#3742 @fasterthanlime made their first contribution in hyperium/hyper#3745 @hongmengning made their first contribution in hyperium/hyper#3753 @n1haldev made their first contribution in hyperium/hyper#3702 Thanks! @nox @seanmonstar @tottoto @0x676e67 @SabrinaJewson @dndx Full Changelog: https://github.com/hyperium/hyper/compare/v1.4.1...v1.5.0
header_table_size()
max_concurrent_streams()
ReadBufCursor
remaining()
put_slice()
date_header
@yinheli
@yhx-12243
@friendlyping
@WhyNotHugo
@fasterthanlime
@hongmengning
@n1haldev
@nox
@seanmonstar
@tottoto
@0x676e67
@SabrinaJewson
@dndx
Full Changelog: https://github.com/hyperium/hyper/compare/v1.4.1...v1.5.0
Sourced from hyper's changelog.
v1.5.0 (2024-10-15) Bug Fixes http1: improve performance of parsing sequentially partial messages (#3764) (3900a23) send 'connection: close' when connection is ending (#3725) (c86a6bcb, closes #3720) make date_header effective (#3718) (7de02373) http2: strip content-length header in response to CONNECT requests (#3748) (67a4a498) Features client: Add HTTP/2 builder options header_table_size() and max_concurrent_streams() (4c84e8c1) rt: add ReadBufCursor methods remaining() and put_slice() (#3700) (5a13041e)
c68d424
3900a23
c86a6bc
4c4de90
bb51c81
e3e707e
945c142
e844616
67a4a49
b990031
Updates proc-macro2 from 1.0.87 to 1.0.88
proc-macro2
Sourced from proc-macro2's releases.
1.0.88 Return accurate line and column from Span::start and Span::end inside proc macros on nightly (#472)
Span::start
Span::end
6b3395a
faee27e
44f8ff2
Updates rustversion from 1.0.17 to 1.0.18
rustversion
Sourced from rustversion's releases.
1.0.18 Support MIRAI (https://github.com/endorlabs/MIRAI)
04f1846
837b529
79670bd
6346c4e
9a3d23f
c1314d0
4d4666a
Updates serde_json from 1.0.128 to 1.0.132
serde_json
Sourced from serde_json's releases.
1.0.132 Improve binary size and compile time for JSON array and JSON object deserialization by about 50% (#1205) Improve performance of JSON array and JSON object deserialization by about 8% (#1206) 1.0.131 Implement Deserializer and IntoDeserializer for Map<String, Value> and &Map<String, Value> (#1135, thanks @swlynch99) 1.0.130 Support converting and deserializing Number from i128 and u128 (#1141, thanks @druide) 1.0.129 Add serde_json::Map::sort_keys and serde_json::Value::sort_all_objects (#1199)
Map<String, Value>
&Map<String, Value>
@swlynch99
Number
@druide
serde_json::Map::sort_keys
serde_json::Value::sort_all_objects
86d933c
f45b422
f2082d2
0f54a1a
2a4cb44
4cb90ce
b71ccd2
a810ba9
0d084c5
b4954a9
Updates syn from 2.0.79 to 2.0.82
syn
Sourced from syn's releases.
2.0.82 Provide Parse impls for PreciseCapture and CapturedParam (#1757, #1758) Support parsing unsafe attributes (#1759) Add Fold and VisitMut methods for Vec<Attribute> (#1762) 2.0.81 Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T> (#1752, #1753, #1754) 2.0.80 Add Expr::RawAddr (#1743) Reject precise captures and ~const in inappropriate syntax positions (#1747) Reject trait bound containing only precise capture (#1748)
Parse
unsafe
impl Trait + use<'a, T>
Expr::RawAddr
76092cf
937dbcb
386ae9d
4c7f82e
a45af00
e011ba7
c25900d
fc22fce
3a45d69
c9bdfac
Updates wasm-bindgen from 0.2.93 to 0.2.95
wasm-bindgen
Sourced from wasm-bindgen's changelog.
0.2.95 Released 2024-10-10 Added Added support for implicit discriminants in enums. #4152 Added support for Self in complex type expressions in methods. #4155 Changed String enums are no longer generate TypeScript types. #4174 Fixed Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170 Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175 0.2.94 (YANKED) Released 2024-10-09 Added Added support for the WebAssembly Tail Call proposal. #4111 Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105 Add bindings to RTCRtpTransceiverDirection.stopped. #4102 Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118 Added bindings for the draft WebRTC Encoded Transform spec. #4125 Added Debug implementation to JsError. #4136
Released 2024-10-10
Added support for implicit discriminants in enums. #4152
Added support for Self in complex type expressions in methods. #4155
Self
Fixed generated setters from WebIDL interface attributes binding to wrong JS method names. #4170
Fix string enums showing up in JS documentation and TypeScript bindings without corresponding types. #4175
Released 2024-10-09
Added support for the WebAssembly Tail Call proposal. #4111
Tail Call
Add bindings for RTCPeerConnection.setConfiguration(RTCConfiguration) method. #4105
RTCPeerConnection.setConfiguration(RTCConfiguration)
Add bindings to RTCRtpTransceiverDirection.stopped. #4102
RTCRtpTransceiverDirection.stopped
Added experimental support for Symbol.dispose via WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE. #4118
Symbol.dispose
WASM_BINDGEN_EXPERIMENTAL_SYMBOL_DISPOSE
Added bindings for the draft WebRTC Encoded Transform spec. #4125
Added Debug implementation to JsError. #4136
Debug
JsError
3a8da7c
aaad798
32da211
c625644
bdcbc58
cli-support
76013f2
0e89a29
02679e1
35d1c63
e6c82f5
Updates wasm-bindgen-backend from 0.2.93 to 0.2.95
wasm-bindgen-backend
Sourced from wasm-bindgen-backend's changelog.
b150020
Updates wasm-bindgen-macro from 0.2.93 to 0.2.95
wasm-bindgen-macro
Sourced from wasm-bindgen-macro's changelog.
Updates wasm-bindgen-macro-support from 0.2.93 to 0.2.95
wasm-bindgen-macro-support
Sourced from wasm-bindgen-macro-support's changelog.
Bumps the cargo-dependencies group with 12 updates in the / directory:
1.0.89
1.0.90
0.2.159
0.2.161
0.24.5
0.24.6
0.24.5
0.24.6
0.4.13
0.4.17
1.1.28
1.1.31
1.4.1
1.5.0
1.0.87
1.0.88
1.0.17
1.0.18
1.0.128
1.0.132
2.0.79
2.0.82
0.2.93
0.2.95
Updates
anyhow
from 1.0.89 to 1.0.90Release notes
Sourced from anyhow's releases.
Commits
a0b868a
Release 1.0.900f74169
Improve rendering of inline code in macros documentation8ce4560
Ignore needless_lifetimes clippy lintbe64707
Resolve used_underscore_items pedantic clippy lintUpdates
libc
from 0.2.159 to 0.2.161Release notes
Sourced from libc's releases.
Changelog
Sourced from libc's changelog.
... (truncated)
Commits
63b4a64
chore: release v0.2.16149f1ad7
Merge pull request #3984 from tgross35/backport-bsd-fixed784c3
unbreak OpenBSD after #3937b72e9bc
Merge pull request #3943 from rust-lang/release-plz-2024-09-25T01-38-49Zbf6680d
chore: release v0.2.160a367628
Merge pull request #3982 from tgross35/backport-basil35f31f8
Sort linux-musl.txt1b22329
Add fnmatch.h31f746a
Merge pull request #3980 from tgross35/backport-squashf39e871
VxWorks Sched_param renamed, pthread functions and constants addedUpdates
libbpf-rs
from 0.24.5 to 0.24.6Release notes
Sourced from libbpf-rs's releases.
Commits
eb52b5c
Release 0.24.6f48bb83
Remove vmlinux-include helperf5d72ad
dev: Use vmlinux.h repository as build-dependencyacae225
Introduce libbpf-rs-dev crate6927be1
Replace vmlinux crate with vmlinux.h repositoryf436463
Factor out run_impl() function in build.rs8ae390f
Introduce evaluate() helper function in build.rsb29f80c
Properly fail publish CI workflow on error3a645d7
build(deps): bump clap from 4.5.19 to 4.5.204aec1b0
Add CHANGELOG entry for #959Updates
libbpf-cargo
from 0.24.5 to 0.24.6Release notes
Sourced from libbpf-cargo's releases.
Commits
eb52b5c
Release 0.24.6f48bb83
Remove vmlinux-include helperf5d72ad
dev: Use vmlinux.h repository as build-dependencyacae225
Introduce libbpf-rs-dev crate6927be1
Replace vmlinux crate with vmlinux.h repositoryf436463
Factor out run_impl() function in build.rs8ae390f
Introduce evaluate() helper function in build.rsb29f80c
Properly fail publish CI workflow on error3a645d7
build(deps): bump clap from 4.5.19 to 4.5.204aec1b0
Add CHANGELOG entry for #959Updates
async-compression
from 0.4.13 to 0.4.17Changelog
Sourced from async-compression's changelog.
Commits
785dd31
docs: update changelogf507aa3
chore: release v0.4.17014e6e4
Merge pull request #303 from Nullus157/fix/panic241bee6
Do not advance buffer in first flush in futures bufread decoder impleb07612
Do not consume buf on first flush tokio bufread decoder impl5d4fee2
Merge pull request #305 from Nullus157/release-plz-2024-10-16T11-10-15Z056d771
docs: update changelogddfe9a2
chore: release v0.4.165290277
Merge pull request #304 from link2xt/link2xt/passthrough-asyncbufreadbfb76dd
Pass throughAsyncBufRead
traitUpdates
cc
from 1.1.28 to 1.1.31Release notes
Sourced from cc's releases.
Changelog
Sourced from cc's changelog.
Commits
c07ab0e
chore: release v1.1.31 (#1248)e53eba3
Add comment explaining why cc does not rebuild on env PATH change (#1247)9aab242
chore: release (#1246)d0048ab
Don't pass -fPIC by default on wasm (#1245)53a0b97
chore: release (#1244)7ad4677
Regenerate target info (#1243)Updates
hyper
from 1.4.1 to 1.5.0Release notes
Sourced from hyper's releases.
Changelog
Sourced from hyper's changelog.
Commits
c68d424
v1.5.03900a23
perf(http1): improve parsing of sequentially partial messagesc86a6bc
fix(http1): send 'connection: close' when connection is ending (#3725)4c4de90
docs(rt): Link to Read and Write traits from Upgraded doc comment (#3761)bb51c81
docs(examples): add HTTP/2 server example (#3702)e3e707e
chore(typo): fix typo (#3713)945c142
chore(rt): delete the unnessary symbol in the comments (#3753)e844616
chore(ci): use tokio-util 0.7.11 in msrv job (#3754)67a4a49
fix(http2): strip content-length header in response to CONNECT requests (#3748)b990031
docs(changelog): typo Must not => Must now (#3745)Updates
proc-macro2
from 1.0.87 to 1.0.88Release notes
Sourced from proc-macro2's releases.
Commits
6b3395a
Release 1.0.88faee27e
Merge pull request #472 from dtolnay/startend44f8ff2
Restore nightly behavior of Span::start and Span::endUpdates
rustversion
from 1.0.17 to 1.0.18Release notes
Sourced from rustversion's releases.
Commits
04f1846
Release 1.0.18837b529
Merge pull request #54 from dtolnay/mirai79670bd
Disregard MIRAI's rustc wrapper6346c4e
Ignore used_underscore_items pedantic clippy lint in test9a3d23f
Upload CI Cargo.lock for reproducing failuresc1314d0
Fill in ignore reasons in all #[ignore] attributes4d4666a
Add a CI job on WindowsUpdates
serde_json
from 1.0.128 to 1.0.132Release notes
Sourced from serde_json's releases.
Commits
86d933c
Release 1.0.132f45b422
Merge pull request #1206 from dtolnay/hasnextf2082d2
Clearer order of comparisons0f54a1a
Handle early return sooner on eof in seq or map2a4cb44
Rearrange 'match peek'4cb90ce
Merge pull request #1205 from dtolnay/hasnextb71ccd2
Reduce duplicative instantiation of logic in SeqAccess and MapAccessa810ba9
Release 1.0.1310d084c5
Touch up PR 1135b4954a9
Merge pull request #1135 from swlynch99/map-deserializerUpdates
syn
from 2.0.79 to 2.0.82Release notes
Sourced from syn's releases.
Commits
76092cf
Release 2.0.82937dbcb
Merge pull request #1762 from dtolnay/vecattr386ae9d
Add Fold and VisitMut methods for Vec<Attribute>4c7f82e
Merge pull request #1759 from dtolnay/unsafeattra45af00
Parse unsafe attributese011ba7
Merge pull request #1758 from dtolnay/precisecapturec25900d
Implement Parse for CapturedParamfc22fce
Merge pull request #1757 from dtolnay/precisecapture3a45d69
Implement Parse for PreciseCapturec9bdfac
Tweak parsing logic for TypeParamBoundUpdates
wasm-bindgen
from 0.2.93 to 0.2.95Changelog
Sourced from wasm-bindgen's changelog.
... (truncated)
Commits
3a8da7c
Fix CI (#4177)aaad798
Prepare v0.2.95 release (#4176)32da211
Remove string enum type mentions from JS & TS (#4175)c625644
Revert TS string enum generation (#4174)bdcbc58
Reintroduce reading snippets and modules incli-support
(#4172)76013f2
Fix interface attributes setters using wrong JS method names (#4170)0e89a29
Replace allSelf
identifiers in method argument and return types (#4155)02679e1
Add support for C-style enums with implicit discriminants (#4152)35d1c63
Bump denoland/setup-deno to v2 (#4160)e6c82f5
Prepare v0.2.94 release (#4158)Updates
wasm-bindgen-backend
from 0.2.93 to 0.2.95Changelog
Sourced from wasm-bindgen-backend's changelog.
... (truncated)
Commits
3a8da7c
Fix CI (#4177)aaad798
Prepare v0.2.95 release (#4176)32da211
Remove string enum type mentions from JS & TS (#4175)c625644
Revert TS string enum generation (#4174)bdcbc58
Reintroduce reading snippets and modules incli-support
(#4172)76013f2
Fix interface attributes setters using wrong JS method names (#4170)0e89a29
Replace allSelf
identifiers in method argument and return types (#4155)02679e1
Add support for C-style enums with implicit discriminants (#4152)e6c82f5
Prepare v0.2.94 release (#4158)b150020
Properly indent the doc comments of enum variants (#4153)Updates
wasm-bindgen-macro
from 0.2.93 to 0.2.95Changelog
Sourced from wasm-bindgen-macro's changelog.
... (truncated)
Commits
3a8da7c
Fix CI (#4177)aaad798
Prepare v0.2.95 release (#4176)32da211
Remove string enum type mentions from JS & TS (#4175)c625644
Revert TS string enum generation (#4174)bdcbc58
Reintroduce reading snippets and modules incli-support
(#4172)76013f2
Fix interface attributes setters using wrong JS method names (#4170)0e89a29
Replace allSelf
identifiers in method argument and return types (#4155)02679e1
Add support for C-style enums with implicit discriminants (#4152)e6c82f5
Prepare v0.2.94 release (#4158)b150020
Properly indent the doc comments of enum variants (#4153)Updates
wasm-bindgen-macro-support
from 0.2.93 to 0.2.95Changelog
Sourced from wasm-bindgen-macro-support's changelog.
... (truncated)
Commits