diff --git a/ext/parsekit/Cargo.toml b/ext/parsekit/Cargo.toml index c8a615a..b1d6264 100644 --- a/ext/parsekit/Cargo.toml +++ b/ext/parsekit/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] name = "parsekit" [dependencies] -magnus = { version = "0.7", features = ["rb-sys"] } +magnus = { version = "0.8", features = ["rb-sys"] } # Document parsing - testing embedded C libraries # MuPDF builds from source and statically links mupdf = { version = "0.5", default-features = false, features = [] }