Bump to 1.1.5 for @maxbrunsfeld

This commit is contained in:
zed-zippy[bot] 2026-05-05 18:11:11 +00:00 committed by GitHub
parent 2e325788c2
commit 0ba798cfbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -22361,7 +22361,7 @@ dependencies = [
[[package]] [[package]]
name = "zed" name = "zed"
version = "1.1.4" version = "1.1.5"
dependencies = [ dependencies = [
"acp_thread", "acp_thread",
"acp_tools", "acp_tools",

View file

@ -2,7 +2,7 @@
description = "The fast, collaborative code editor." description = "The fast, collaborative code editor."
edition.workspace = true edition.workspace = true
name = "zed" name = "zed"
version = "1.1.4" version = "1.1.5"
publish.workspace = true publish.workspace = true
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
authors = ["Zed Team <hi@zed.dev>"] authors = ["Zed Team <hi@zed.dev>"]