Siyuan Yan
|
b4d083ef8f
|
concise diagnostics for missing props (#3873)
|
2025-07-09 22:29:57 +09:00 |
|
Elina
|
b8d3e21ca0
|
Raise MSRV to 1.76 (#3693)
* raise msrv to 1.76
* remove older impls
* bless trybuild tests
* Update packages/yew/src/scheduler.rs
|
2024-08-03 16:09:34 +05:00 |
|
dependabot[bot]
|
4023c88c39
|
Bump indexmap from 1.9.3 to 2.0.0 (#3322)
* Bump indexmap from 1.9.3 to 2.0.0
Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.0.0.
- [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md)
- [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.0.0)
---
updated-dependencies:
- dependency-name: indexmap
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update dependency minimum version
* clippy
* Bump MSRV to 1.64
* more clippy
* Update action that fails (probably outdated)
* Bump implicit-clone to 0.3.8
* Forgot to bump MSRV in some places
* Forgot to update setup-chromedriver in one place
* Bump implicit-clone to 0.4.0
* Update stderr files
* clippy
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cecile Tonglet <cecile.tonglet@cecton.com>
|
2023-07-29 22:00:53 +09:00 |
|
Muhammad Hamza
|
cc9dd0271e
|
Update dependencies (#3171)
* Update to syn 2
* bless macro outputs
* update prettyplease
* fix review + update lockfile
|
2023-03-28 19:41:55 +09:00 |
|
Kaede Hoshikawa
|
b29b4535b7
|
use_prepared_state & use_transitive_state (#2650)
* Some initial implementation.
* Read prepared state during hydration.
* Decode each state with bincode.
* Feature gate prepared state.
* Update documentation.
* Switch from base64 to String.
* cargo +nightly fmt.
* Fix test.
* Add some tests.
* Minor adjustments.
* Remove unused marker.
* Update example.
* Add use_transitive_state.
* Remove unused dead code notation.
* Opt for better code size.
* Add tests for use_transitive_state.
* Fix cargo fmt.
* Fix rustdoc.
* Asynchronously decode data during hydration.
* Fix feature flags.
* Fix docs.
* Feature flags on ssr_router.
* Adjust workflow to reflect feature flags.
* Fix features.
* Restore wasm-bindgen-futures to be wasm32 only.
* Revert wasm-bindgen-futures.
* Second attempt to remove wasm-bindgen-futures.
* Remove spaces as well.
* Address reviews.
* Better diagnostic message.
* Update diagnostic messages.
|
2022-05-24 13:35:16 +09:00 |
|