mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-05 23:51:08 +00:00
f555f66a8c
Some checks are pending
CI / Check formatting and spelling (push) Waiting to run
CI / (macOS) Run Clippy and tests (push) Waiting to run
CI / (Linux) Run Clippy and tests (push) Waiting to run
CI / (Windows) Run Clippy and tests (push) Waiting to run
CI / Create a macOS bundle (push) Blocked by required conditions
CI / Create a Linux bundle (push) Blocked by required conditions
CI / Create arm64 Linux bundle (push) Blocked by required conditions
Deploy Docs / Deploy Docs (push) Waiting to run
This PR bumps the Clojure extension to v0.0.3. Changes: - https://github.com/zed-industries/zed/pull/13914 - https://github.com/zed-industries/zed/pull/13933 Release Notes: - N/A
16 lines
230 B
TOML
16 lines
230 B
TOML
[package]
|
|
name = "zed_clojure"
|
|
version = "0.0.3"
|
|
edition = "2021"
|
|
publish = false
|
|
license = "Apache-2.0"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/clojure.rs"
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
zed_extension_api = "0.0.6"
|