Skip to content

[Rust] Release 0.33.0

Latest
Compare
Choose a tag to compare
@Stranger6667 Stranger6667 released this 24 Aug 17:47
· 5 commits to master since this release
rust-v0.33.0
c6ee21e

Fixed

  • BREAKING: instance_path segments are now unescaped when iterating. LocationSegment::Property now holds Cow<'_, str> and LocationSegment is no longer Copy. #788