Skip to content

Commit f7eeddc

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent ee1ff6a commit f7eeddc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.gitmodules

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[submodule "Documentation/Rust"]
2+
path = Documentation/Rust
3+
url = ssh://git@github.com/CodeEditorLand/RustDocumentationRestLand.git
4+
ignore = all

Cargo.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
[[bin]]
2-
name = "BinaryRest"
3-
path = "Source/Library.rs"
4-
51
[[bin]]
62
name = "Rest"
73
path = "Source/Library.rs"
@@ -29,9 +25,9 @@ swc_common = { version = "18.0.1" }
2925
swc_ecma_ast = { version = "20.0.0" }
3026
swc_ecma_codegen = { version = "22.0.0" }
3127
swc_ecma_parser = { version = "33.0.0" }
32-
swc_ecma_transforms_base = { version = "36.0.0", features = ["concurrent"] }
28+
swc_ecma_transforms_base = { version = "36.0.1", features = ["concurrent"] }
3329
swc_ecma_transforms_proposal = { version = "36.0.0" }
34-
swc_ecma_transforms_typescript = { version = "39.0.0" }
30+
swc_ecma_transforms_typescript = { version = "39.0.1" }
3531
swc_ecma_visit = { version = "20.0.0" }
3632
tokio = { version = "1.49.0", features = ["full"] }
3733
tracing = { version = "0.1.44" }
@@ -65,7 +61,7 @@ include = [
6561
]
6662
license-file = "LICENSE"
6763
name = "Rest"
68-
repository = "https://github.com/BinaryRest/Rest.git"
64+
repository = "https://github.com/CodeEditorLand/Rest.git"
6965
version = "0.0.1"
7066

7167
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)