haskell: Bump to v0.1.3 (#23541)
Includes: - https://github.com/zed-industries/zed/pull/22609
This commit is contained in:
parent
7d7db4debc
commit
9d6d98e94e
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -16479,7 +16479,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "zed_haskell"
|
name = "zed_haskell"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"zed_extension_api 0.1.0",
|
"zed_extension_api 0.1.0",
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "zed_haskell"
|
name = "zed_haskell"
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
publish.workspace = true
|
publish.workspace = true
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id = "haskell"
|
id = "haskell"
|
||||||
name = "Haskell"
|
name = "Haskell"
|
||||||
description = "Haskell support."
|
description = "Haskell support."
|
||||||
version = "0.1.2"
|
version = "0.1.3"
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
authors = [
|
authors = [
|
||||||
"Pocæus <github@pocaeus.com>",
|
"Pocæus <github@pocaeus.com>",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue