38 releases (23 breaking)
Uses new Rust 2024
| new 0.52.3 | Feb 12, 2026 |
|---|---|
| 0.51.3 | Jan 30, 2026 |
| 0.50.1 | Dec 15, 2025 |
| 0.47.1 | Nov 28, 2025 |
| 0.28.0 | Dec 13, 2024 |
#54 in HTTP server
16,871 downloads per month
Used in 28 crates
(6 directly)
525KB
12K
SLoC
OpenTalk Types
This repository contains crates with datatypes used by OpenTalk in the Web API (for managing events etc) and the signaling connection (during a conference call).
How To Release
- Update the crates versions that need releasing
- Check dependent crates in this repo
- if the version is incompatible with the current version -> Update dependencies
- if version is compatible, we don't need to update the dependency
- Check the cargo doc for details about which version are compatible with which requirement
- create a merge request with version updated
- go through normal review process
- merge
- Tag and publish
- create a tag for each release
- tag name:
<crate-name>-<crate-version> cargo publish -p
!NOTE We don't use prerelease versions (
X.Y.Z-dev) onmainsince this would conflict with releasing only a subset of crates. When a subset of crates is published, we must ensure that no prerelease version leak into dependencies.
Dependencies
~14–30MB
~350K SLoC