Skip to content

Commit

Permalink
fix: Require rubicon 3.4.8
Browse files Browse the repository at this point in the history
(which always exports `crate::compatibility_check_once`)
  • Loading branch information
fasterthanlime committed Sep 17, 2024
1 parent a4638d4 commit 0d8f4cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion merde_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["encoding", "parser-implementations"]

[dependencies]
compact_str = { version = "0.8.0", optional = true }
rubicon = "3.4.7"
rubicon = "3.4.8"
rusqlite = { version = "0.32.1", optional = true }
serde = { version = "1", optional = true }

Expand Down

0 comments on commit 0d8f4cb

Please sign in to comment.