Skip to content

Commit

Permalink
Update the Starlark version numbers
Browse files Browse the repository at this point in the history
Summary: Preparing for a release.

Reviewed By: IanChilds

Differential Revision: D67192295

fbshipit-source-id: f50181d8319de4b3be1ec168aa6f48a614e754f8
  • Loading branch information
ndmitchell authored and facebook-github-bot committed Dec 13, 2024
1 parent 2fd9619 commit 25008bf
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cmp_any = { version = "0.8.1", path = "gazebo/cmp_any" }
display_container = { version = "0.9.0", path = "gazebo/display_container" }
dupe = { version = "0.9.0", path = "gazebo/dupe" }

starlark_lsp = { version = "0.9", path = "starlark_lsp" }
starlark_map = { version = "0.9", path = "starlark_map" }
starlark_syntax = { version = "0.9", path = "starlark_syntax" }
starlark_lsp = { version = "0.13", path = "starlark_lsp" }
starlark_map = { version = "0.13", path = "starlark_map" }
starlark_syntax = { version = "0.13", path = "starlark_syntax" }

anyhow = "1.0.65"
ctor = "0.1.26"
Expand Down
8 changes: 4 additions & 4 deletions starlark/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["starlark", "skylark", "bazel", "language", "interpreter"]
license = "Apache-2.0"
name = "starlark"
repository = "https://github.com/facebook/starlark-rust"
version = "0.12.0"
version = "0.13.0"

[dependencies]
anyhow = "1.0.65"
Expand All @@ -38,9 +38,9 @@ ref-cast = "1.0.18"
regex = "1.5.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
starlark_derive = { version = "0.12.0", path = "../starlark_derive" }
starlark_map = { version = "0.12.0", path = "../starlark_map" }
starlark_syntax = { version = "0.12.0", path = "../starlark_syntax" }
starlark_derive = { version = "0.13.0", path = "../starlark_derive" }
starlark_map = { version = "0.13.0", path = "../starlark_map" }
starlark_syntax = { version = "0.13.0", path = "../starlark_syntax" }
static_assertions = "1.1.0"
strsim = "0.10.0"
textwrap = "0.11"
Expand Down
8 changes: 4 additions & 4 deletions starlark_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ keywords = ["starlark", "skylark", "language", "interpreter"]
license = "Apache-2.0"
name = "starlark_bin"
repository = "https://github.com/facebook/starlark-rust"
version = "0.12.0"
version = "0.13.0"

[dependencies]
dupe = { workspace = true }

starlark = { version = "0.12.0", path = "../starlark" }
starlark_lsp = { version = "0.12.0", path = "../starlark_lsp" }
starlark_map = { version = "0.12.0", path = "../starlark_map" }
starlark = { version = "0.13.0", path = "../starlark" }
starlark_lsp = { version = "0.13.0", path = "../starlark_lsp" }
starlark_map = { version = "0.13.0", path = "../starlark_map" }

anyhow = "1.0.65"
argfile = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion starlark_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starlark_derive"
repository = "https://github.com/facebook/starlark-rust"
version = "0.12.0"
version = "0.13.0"

[lib]
proc-macro = true
Expand Down
2 changes: 1 addition & 1 deletion starlark_js_example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false
version = "0.0.0"

[dependencies]
starlark = { path = "../starlark", version = "0.12.0" }
starlark = { path = "../starlark", version = "0.13.0" }

[lib]
crate-type = ["cdylib", "rlib"]
6 changes: 3 additions & 3 deletions starlark_lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["starlark", "skylark", "language", "interpreter"]
license = "Apache-2.0"
name = "starlark_lsp"
repository = "https://github.com/facebook/starlark-rust"
version = "0.12.0"
version = "0.13.0"

[dependencies]
anyhow = "1.0.65"
Expand All @@ -25,8 +25,8 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0.36"

starlark = { version = "0.12.0", path = "../starlark" }
starlark_syntax = { version = "0.12.0", path = "../starlark_syntax" }
starlark = { version = "0.13.0", path = "../starlark" }
starlark_syntax = { version = "0.13.0", path = "../starlark_syntax" }

[dev-dependencies]
maplit = "1.0.2"
Expand Down
2 changes: 1 addition & 1 deletion starlark_map/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
license = "Apache-2.0"
name = "starlark_map"
repository = "https://github.com/facebook/starlark-rust"
version = "0.12.0"
version = "0.13.0"

[dependencies]
allocative = { workspace = true, features = ["hashbrown"] }
Expand Down
4 changes: 2 additions & 2 deletions starlark_syntax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["starlark", "skylark", "bazel", "language", "interpreter"]
license = "Apache-2.0"
name = "starlark_syntax"
repository = "https://github.com/facebook/starlark-rust"
version = "0.12.0"
version = "0.13.0"

[build-dependencies]
lalrpop = "0.19.7"
Expand All @@ -32,7 +32,7 @@ thiserror = "1.0.36"

allocative = { workspace = true }
dupe = { workspace = true }
starlark_map = { version = "0.12.0", path = "../starlark_map" }
starlark_map = { version = "0.13.0", path = "../starlark_map" }

[dev-dependencies]
serde_json = "1.0"

0 comments on commit 25008bf

Please sign in to comment.