| #
e215e908 |
| 01-Mar-2023 |
koushiro <[email protected]> |
update rust-version: 1.60.0 ==> 1.63.0
|
| #
3b734983 |
| 27-Feb-2023 |
yngrtc <[email protected]> |
bump data version to v0.7.0
|
| #
84b8594c |
| 27-Feb-2023 |
Thomas Eizinger <[email protected]> |
Remove `derive_builder` dependency
|
| #
ada0a124 |
| 25-Feb-2023 |
yngrtc <[email protected]> |
bump data/webrtc version to v0.6.1/v0.6.2, respectively due to sctp version upgrade
|
| #
5d8fe953 |
| 02-Feb-2023 |
João Oliveira <[email protected]> |
general: apply clippy lints (#407)
* general: update crates to 2021 edition.
* general: apply clippy --fix
* general: apply manual clippy lints
* cargo fmt.
|
|
Revision tags: constraints-v0.1.0 |
|
| #
0b4f3fdc |
| 02-Jan-2023 |
Martin Algesten <[email protected]> |
upgrade to chrono 0.4.23
|
|
Revision tags: interceptor-v0.8.2, rtcp-v0.7.2, mdns-v0.5.2, v0.6.0, interceptor-v0.8.1, media-v0.5.0, data-v0.6.0 |
|
| #
4d036b35 |
| 15-Nov-2022 |
Hugo Tunius <[email protected]> |
Release data version 0.6.0
|
|
Revision tags: sctp-v0.7.0 |
|
| #
e73e9c13 |
| 15-Nov-2022 |
Hugo Tunius <[email protected]> |
Release sctp version 0.7.0
|
|
Revision tags: srtp-v0.9.1, rtcp-v0.7.1, rtp-v0.6.8, dtls-v0.7.0, ice-v0.9.0, turn-v0.6.1, stun-v0.4.4, mdns-v0.5.1, sdp-v0.5.3, util-v0.7.0 |
|
| #
254a17e2 |
| 15-Nov-2022 |
Hugo Tunius <[email protected]> |
Release util version 0.7.0
|
| #
242db9d6 |
| 11-Nov-2022 |
Anton Kaliaev <[email protected]> |
release minor versions of data, sctp and dtls crates (#346)
* bump minor versions for dtls, data and sctp crates
* bump versions in Cargo.toml
* rename no-run attribute to no_run
* fix `sam
release minor versions of data, sctp and dtls crates (#346)
* bump minor versions for dtls, data and sctp crates
* bump versions in Cargo.toml
* rename no-run attribute to no_run
* fix `sample_writer` example
* bring back v prefix
show more ...
|
| #
de6e781e |
| 02-Nov-2022 |
Hugo Tunius <[email protected]> |
Add MSRV policy and update MSRV to 1.60.0 (#337)
|
|
Revision tags: ice-v0.8.2 |
|
| #
8315d009 |
| 21-Oct-2022 |
Hugo Tunius <[email protected]> |
Add rust-version
|
| #
980753fb |
| 21-Oct-2022 |
Hugo Tunius <[email protected]> |
Revert "Add rust-version to Cargo.toml"
This reverts commit 5a263440b18854c7ffd9b47ebea6260934da0ad9.
Turns out this was only added in Cargo version 1.64.0 so it breaks CI.
|
| #
5a263440 |
| 20-Oct-2022 |
Hugo Tunius <[email protected]> |
Add rust-version to Cargo.toml
|
|
Revision tags: v0.5.1, ice-v0.8.1, v0.5.0, data-v0.5.0, dtls-v0.6.0, ice-v0.8.0, interceptor-v0.8.0, mdns-v0.5.0, media-v0.4.7, rtcp-v0.7.0, rtp-v0.6.7, sctp-v0.6.1, sdp-v0.5.2, srtp-v0.9.0, stun-v0.4.3, turn-v0.6.0, util-v0.6.0 |
|
| #
258da874 |
| 07-Sep-2022 |
Hugo Tunius <[email protected]> |
Bump all sub crate versions (#286)
|
|
Revision tags: test-tag |
|
| #
8e29b1b6 |
| 23-Aug-2022 |
Hugo Tunius <[email protected]> |
Specify both path and version in crate deps
Cargo allows specifying both a `path` and `version` for dependencies, doing this makes publishing easier.
> It is possible to specify both a registry ver
Specify both path and version in crate deps
Cargo allows specifying both a `path` and `version` for dependencies, doing this makes publishing easier.
> It is possible to specify both a registry version and a git or path > location. The git or path dependency will be used locally (in which > case the version is checked against the local copy), and when > published to a registry like crates.io, it will use the registry > version. Other combinations are not allowed.
_From [The Cargo Book][0]_
[0]: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#multiple-locations
show more ...
|
| #
cb3662eb |
| 23-Aug-2022 |
Hugo Tunius <[email protected]> |
Fix log at ^0.4.16 to make tests compile
|
| #
0f040eee |
| 23-Aug-2022 |
Martin Algesten <[email protected]> |
Rewrite all Cargo.toml to use paths
|
| #
ffe74184 |
| 23-Aug-2022 |
Martin Algesten <[email protected]> |
Move all to top level
|