mirror of
https://github.com/hexedtech/codemp-intellij.git
synced 2024-11-21 14:44: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 ###
|
||||
src/main/rust/Cargo.lock
|
||||
src/main/rust/.cargo/*
|
||||
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
|
||||
|
||||
[dependencies]
|
||||
# codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "a2a841d8921871a0e254ff901458d038b5ee659f" }
|
||||
codemp = { path = "../../../../codemp/", features = ["global", "sync"] }
|
||||
codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", rev = "a2a841d" }
|
||||
jni = "0.21.1"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue