Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-02-21 | Update all `examples` to Rust 2024 | 1 | -1/+1 | ||
2025-01-06 | chore: remove once_cell dependency | 1 | -1/+0 | ||
2024-02-09 | Update `async-tungstenite` dependency in `websocket` example | 1 | -1/+1 | ||
2023-12-11 | Update `async-tungstenite` in `websocket` example | 1 | -1/+1 | ||
2023-09-04 | Use workspace dependencies and package inheritance | 1 | -6/+6 | ||
We are also taking this as a chance to synchronize the versions of all the crates! Because of this, we will skip the `0.11` version. | |||||
2023-08-23 | Update vulnerable `async-tungstenite` dependency in `websocket` example | 1 | -1/+1 | ||
2023-03-05 | Remove generic `Hasher` and `Event` from `subscription::Recipe` | 1 | -2/+0 | ||
2022-11-01 | Remove patch version from `once_cell` dependency | 1 | -1/+1 | ||
2022-10-28 | Use `once_cell` instead of `lazy_static` | 1 | -1/+1 | ||
This seems to be generally considered the preferred, idiomatic solution now. This is in the standard library behind a feature flag (apparently now called `std::sync::LazyLock`). | |||||
2022-08-04 | Bump `websocket` example version to fix `audit` workflow | 1 | -1/+1 | ||
2022-08-04 | Implement `scrollable::snap_to` operation | 1 | -0/+1 | ||
2022-02-09 | Update Rust edition to 2021 :tada: | 1 | -1/+1 | ||
2022-01-16 | Draft `websocket` example :tada: | 1 | -0/+22 | ||