Skip to content

Commit

Permalink
Temporary fix for CI/doctests
Browse files Browse the repository at this point in the history
This fixes doctests by setting skeptic to the branch in:
budziq/rust-skeptic#142

It's a temporary fix because skeptic is no longer maintained.
  • Loading branch information
sampullman committed Mar 31, 2024
1 parent b2cb022 commit b4eb1bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ keyframe = "1"
keyframe_derive = "1"
num-derive = "0.4"

skeptic = "0.13"
skeptic = { git = "https://github.com/Erk-/rust-skeptic.git", branch = "fix-rust-1-77" }
getrandom = "0.2"

[workspace]
Expand Down
4 changes: 2 additions & 2 deletions doc_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ edition = "2021"
publish = false

[build-dependencies]
skeptic = "0.13"
skeptic = { git = "https://github.com/Erk-/rust-skeptic.git", branch = "fix-rust-1-77" }


[dev-dependencies]
ggez = { path = ".." }

rand = "0.8"
oorandom = "11"
skeptic = "0.13"
skeptic = { git = "https://github.com/Erk-/rust-skeptic.git", branch = "fix-rust-1-77" }

0 comments on commit b4eb1bb

Please sign in to comment.