microsoft / regorus

Regorus - A fast, lightweight Rego (OPA policy language) interpreter written in Rust.
MIT License
130 stars 32 forks source link

build: remove unused compact-rc dependency #207

Closed anakrish closed 5 months ago

anakrish commented 5 months ago

Remove unused compact-rc dependency, to avoid a build error:

error[E0658]: use of unstable library feature 'ptr_addr_eq' <...>/registry/src/index.crates.io-6f17d22bba15001f/compact-rc-0.5.4/src/base.rs:319:9 | 319 | std::ptr::addr_eq(Self::as_ptr(this), Self::as_ptr(other))