Skip to content

Commit 4588075

Browse files
committed
Update zed_extension_api version to 0.3.0
1 parent cbfa7ac commit 4588075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ path = "src/r.rs"
88
crate-type = ["cdylib"]
99

1010
[dependencies]
11-
zed_extension_api = "0.2.0"
11+
zed_extension_api = "0.3.0"

extension.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id = "r"
22
name = "R"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
schema_version = 1
55
authors = [
66
"Owen Smith <owen8461@protonmail.com>",

0 commit comments

Comments
 (0)