Skip to content

Commit 3369428

Browse files
committed
Bump version number up
1 parent a86e072 commit 3369428

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
[package]
22
name = "zed_rescript"
3-
version = "0.2.0"
3+
version = "0.4.0"
44
edition = "2021"
55
publish = false
66
license = "MIT"
77

8-
# [lints]
9-
# workspace = true
10-
118
[lib]
129
path = "src/rescript.rs"
1310
crate-type = ["cdylib"]

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id = "rescript"
22
name = "ReScript"
33
description = "ReScript support."
4-
version = "0.3.0"
4+
version = "0.4.0"
55
schema_version = 1
66
authors = ["Karolis Narkevicius <hey@kn8.lt>"]
77
repository = "https://github.com/humaans/rescript-zed"

0 commit comments

Comments
 (0)