Commit 0dbdbf9
authored
fix understated
`webrtc-util` uses `IpNet::with_netmask`, which was introduced in
version 2.6.0. If someone is using a `Cargo.lock` with an older version of
`ipnet`, they'll get a compile error when introducing `webrtc-util` (or
upgrading it to after this call was added). Adding the correct version
requirement in `Cargo.toml` forces the upgrade to fix this.ipnet version requirement (#521)1 parent 23d2e60 commit 0dbdbf9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments