mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

Bump miminum rust version to at least 1.27 to support the `dyn` keyword #113

Closed na-g closed 5 years ago

na-g commented 5 years ago

dyn appeared in rust 1.27, now that we use this, we need to bump the minimum version accordingly.

na-g commented 5 years ago

While it is being bumped there is #102 to consider.

na-g commented 5 years ago

Because 1.27 is beyond the 1.24 that Debian ships, we may want to go ahead and bump to 1.30.