Skip to content
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

Unpin web-sys and wasm-bindgen #183

Merged
merged 26 commits into from
Sep 18, 2024
Merged

Unpin web-sys and wasm-bindgen #183

merged 26 commits into from
Sep 18, 2024

Conversation

alexlapa
Copy link
Contributor

@alexlapa alexlapa commented Aug 22, 2024

Synopsis

Unpin web-sys and wasm-bindgen

Checklist

  • Created PR:
    • In draft mode
    • Name contains issue reference
    • Has type and k:: labels applied
    • Has assignee
  • Before review:
    • Documentation is updated (if required)
    • Tests are updated (if required)
    • Changes conform code style
    • CHANGELOG entry is added (if required)
    • FCM (final commit message) is posted or updated
    • Draft mode is removed
  • Review is completed and changes are approved
    • FCM (final commit message) is approved
  • Before merge:
    • Milestone is set
    • PR's name and description are correct and up-to-date
    • All temporary labels are removed

# Conflicts:
#	Cargo.lock
#	Cargo.toml
#	e2e-demo/package.json
#	e2e-demo/webpack.config.js
#	src/api/dart/mod.rs
#	src/connection.rs
#	src/media/manager.rs
#	src/peer/media/mod.rs
#	src/peer/media/sender/mod.rs
#	src/platform/peer_connection.rs
#	src/platform/rtc_stats.rs
#	src/platform/transport.rs
#	src/platform/wasm/error.rs
#	src/platform/wasm/media_device_info.rs
#	src/platform/wasm/media_track.rs
#	src/platform/wasm/peer_connection.rs
#	src/platform/wasm/utils/event_listener.rs
#	src/room.rs
#	src/rpc/mod.rs
#	src/rpc/rpc_session.rs
@alexlapa alexlapa added enhancement Improvement of existing features or bugfix k::refactor Refactoring, technical debt elimination and other improvements of existing code base k::dependencies Pull requests that update a dependency file labels Aug 22, 2024
@alexlapa alexlapa self-assigned this Aug 22, 2024
@alexlapa alexlapa marked this pull request as ready for review September 16, 2024 10:46
@alexlapa
Copy link
Contributor Author

FCM:

Upgrade `web-sys` to 0.3.70 and `wasm-bindgen` to 0.2.93 versions (#183)

@tyranron tyranron added the k::toolchain Related to project toolchain label Sep 18, 2024
@tyranron tyranron enabled auto-merge (squash) September 18, 2024 13:12
@tyranron tyranron merged commit e955b6f into master Sep 18, 2024
51 of 52 checks passed
@tyranron tyranron deleted the up-web-sys branch September 18, 2024 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::dependencies Pull requests that update a dependency file k::refactor Refactoring, technical debt elimination and other improvements of existing code base k::toolchain Related to project toolchain
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants