We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a86e072 commit 3369428Copy full SHA for 3369428
Cargo.toml
@@ -1,13 +1,10 @@
1
[package]
2
name = "zed_rescript"
3
-version = "0.2.0"
+version = "0.4.0"
4
edition = "2021"
5
publish = false
6
license = "MIT"
7
8
-# [lints]
9
-# workspace = true
10
-
11
[lib]
12
path = "src/rescript.rs"
13
crate-type = ["cdylib"]
extension.toml
@@ -1,7 +1,7 @@
id = "rescript"
name = "ReScript"
description = "ReScript support."
-version = "0.3.0"
schema_version = 1
authors = ["Karolis Narkevicius <hey@kn8.lt>"]
repository = "https://github.com/humaans/rescript-zed"
0 commit comments