Skip to content

Commit 21c20b1

Browse files
Update magnus requirement from 0.7 to 0.8 in /ext/parsekit
Updates the requirements on [magnus](https://github.com/matsadler/magnus) to permit the latest version. - [Release notes](https://github.com/matsadler/magnus/releases) - [Changelog](https://github.com/matsadler/magnus/blob/main/CHANGELOG.md) - [Commits](matsadler/magnus@0.7.0...0.8.0) --- updated-dependencies: - dependency-name: magnus dependency-version: 0.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 223fca2 commit 21c20b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/parsekit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
name = "parsekit"
1212

1313
[dependencies]
14-
magnus = { version = "0.7", features = ["rb-sys"] }
14+
magnus = { version = "0.8", features = ["rb-sys"] }
1515
# Document parsing - testing embedded C libraries
1616
# MuPDF builds from source and statically links
1717
mupdf = { version = "0.5", default-features = false, features = [] }

0 commit comments

Comments
 (0)