A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1d16e8f..36548aa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,7 +23,7 @@ array_chunks = "1.0.0"
rust-fsm = { git = "https://git.bendn.org/rust-fsm", features = ["diagram"] }
clipp = "0.1.0"
diff-match-patch-rs = { git = "https://git.bendn.org/dmp" }
-regex = "1.11.3"
+regex = { version = "1.11.3", features = ["unstable", "use_std"] }
tree-house = { version = "0.3.0", features = ["fixtures"] }
# for tree house grammar loading