Skip to content

Commit

Permalink
GH: release 0.12.12
Browse files Browse the repository at this point in the history
Reviewed By: michalmuskala

Differential Revision: D41946688

fbshipit-source-id: 12aa4f374fada47e6177bd13de92223c65652432
  • Loading branch information
ilya-klyuchnikov authored and facebook-github-bot committed Dec 12, 2022
1 parent d76a8b1 commit 3459c44
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 deletions.
14 changes: 7 additions & 7 deletions mini-elp/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mini-elp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ default-members = ["crates/elp"]

[workspace.package]
edition = "2021"
version = "0.12.12"

[workspace.dependencies]
anyhow = "1.0.64"
Expand Down
4 changes: 2 additions & 2 deletions mini-elp/crates/base_db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "elp_base_db"
version = "0.1.0"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions mini-elp/crates/elp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
autobins = false
edition.workspace = true
name = "elp"
version = "0.5.30-dev"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion mini-elp/crates/eqwalizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "elp_eqwalizer"
version = "0.1.0"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions mini-elp/crates/ide/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "elp_ide"
version = "0.1.0"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions mini-elp/crates/ide_db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "elp_ide_db"
version = "0.1.0"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions mini-elp/crates/parse_server/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "elp_parse_server"
version = "0.1.0"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions mini-elp/crates/project_model/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition.workspace = true
name = "elp_project_model"
version = "0.1.0"
edition.workspace = true
version.workspace = true

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 3459c44

Please sign in to comment.