fix clippy default warning
update rust-version: 1.60.0 ==> 1.63.0
update some dependencies and remove some useless dependencies
general: apply clippy lints (#407)* general: update crates to 2021 edition. * general: apply clippy --fix * general: apply manual clippy lints * cargo fmt.
Remove trailing spaces in 'README.md' files
Remove needless use of referencesfor further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_mut_passed
Replace `assert!(false, …)`/`assert!(false)` with `panic!(…)`/`panic!()`
Unify `assert_eq!(…)`/`assert_ne!(…)` to take args in order of `…!(actual, expected)`While there isn't an explicit convention for this in Rust the stdlib docs all use `assert_eq!(actual, expected)`
Unify `assert_eq!(…)`/`assert_ne!(…)` to take args in order of `…!(actual, expected)`While there isn't an explicit convention for this in Rust the stdlib docs all use `assert_eq!(actual, expected)`, making it a sort of implicit convention.
show more ...
implement from and tryfrom string traits for SessionDescription (#348)
Release sdp version 0.5.3
Add MSRV policy and update MSRV to 1.60.0 (#337)
Extmap URI for video orientation
Add rust-version
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.
Add rust-version to Cargo.toml
Bump all sub crate versions (#286)
Update changelogs for subcrate releases (#285)
Introduce change logs for all crates (#279)
Remove .github files from previous reposThese files are no longer relevant since the merge into a monorepo.
Move all to top level