mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-22 07:04:49 +01:00
chore: reference git instead of local
This commit is contained in:
parent
8e63a5493e
commit
65e19d05a5
2 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -45,4 +45,5 @@ bin/
|
||||||
|
|
||||||
### Rust ###
|
### Rust ###
|
||||||
src/main/rust/Cargo.lock
|
src/main/rust/Cargo.lock
|
||||||
|
src/main/rust/.cargo/*
|
||||||
src/main/rust/target/*
|
src/main/rust/target/*
|
|
@ -6,8 +6,7 @@ edition = "2021"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "a2a841d8921871a0e254ff901458d038b5ee659f" }
|
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "a2a841d" }
|
||||||
codemp = { path = "../../../../codemp/", features = ["global", "sync"] }
|
|
||||||
jni = "0.21.1"
|
jni = "0.21.1"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
Loading…
Reference in a new issue