A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |