We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5e1ce commit b32fa86Copy full SHA for b32fa86
rust/Cargo.toml
@@ -61,3 +61,7 @@ unchecked_duration_subtraction = "deny"
61
unreachable = "deny"
62
missing_docs_in_private_items = "deny"
63
arithmetic_side_effects = "deny"
64
+
65
+# https://github.com/orxfun/orx-pseudo-default/issues/11
66
+[patch.crates-io]
67
+orx-pseudo-default = { git = "https://github.com/orxfun/orx-pseudo-default?rev=1.4.0", tag = "1.4.0" }
0 commit comments