Skip to content

Commit

Permalink
Merge branch 'PowerShell:main' into export-multi-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Gijsreyn authored Oct 25, 2024
2 parents 7aca82a + 27fe013 commit 6f547da
Show file tree
Hide file tree
Showing 7 changed files with 56 additions and 7 deletions.
14 changes: 13 additions & 1 deletion dsc/Cargo.lock

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

2 changes: 1 addition & 1 deletion dsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsc"
version = "3.0.0-preview.11"
version = "3.0.0-rc.1"
edition = "2021"

[profile.release]
Expand Down
12 changes: 12 additions & 0 deletions dsc_lib/Cargo.lock

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

3 changes: 2 additions & 1 deletion dsc_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ tokio = { version = "1.40.0", features = ["full"] }
tracing = "0.1.37"
tracing-indicatif = { version = "0.3.6" }
tree-sitter = "0.24.3"
tree-sitter-rust = "0.23.0"
tree-sitter-dscexpression = { path = "../tree-sitter-dscexpression" }

[dev-dependencies]
serde_yaml = "0.9.3"

[build-dependencies]
cc="1.1.30"
cc="1.1"
12 changes: 12 additions & 0 deletions tools/test_group_resource/Cargo.lock

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

15 changes: 13 additions & 2 deletions tree-sitter-dscexpression/Cargo.lock

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

5 changes: 3 additions & 2 deletions tree-sitter-dscexpression/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version = "1.0.0"
keywords = ["incremental", "parsing", "DSCExpression"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/powershell/dsc"
edition = "2018"
edition = "2021"
license = "MIT"

build = "bindings/rust/build.rs"
Expand All @@ -20,8 +20,9 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter-rust = "0.23.0"
tree-sitter = "0.24.3"
tree-sitter-language = "0.1.2"

[build-dependencies]
cc = "1.1.29"
cc = "1.1"

0 comments on commit 6f547da

Please sign in to comment.