rust-db / refinery

Powerful SQL migration toolkit for Rust.
MIT License
1.35k stars 126 forks source link

Make `Migration::applied` public #321

Closed wseaton closed 8 months ago

wseaton commented 8 months ago

This is required to allow for other crates/drivers to implement refinery migration support without an unsafe transmute, as I'm doing for Snowflake currently: https://github.com/mycelial/snowflake-rs/pull/32

Ref: #248

wseaton commented 8 months ago

@jxs that would be lovely, thanks!

jxs commented 8 months ago

Sorry for the delay, released 0.8.18