We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a791837 commit c80ffa3Copy full SHA for c80ffa3
1 file changed
crates/irust/Cargo.toml
@@ -19,7 +19,7 @@ toml = "0.7.6"
19
serde = { version = "1.0.188", features = ["derive"] }
20
printer = { path = "../printer/", version = "0.8.0" }
21
irust_api = { path = "../irust_api/", version = "0.31.0" }
22
-irust_repl = { path = "../irust_repl", version = "0.24.0", features = [
+irust_repl = { path = "../irust_repl", version = "0.25.0", features = [
23
"serde",
24
] }
25
rscript = "0.17.0"
0 commit comments