Skip to content

Commit

Permalink
chore: remove dep path to compile project on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mitfik committed Nov 15, 2023
1 parent e903ffa commit 6e65a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/main.rs"
dirs = "5.0.1"
clap = { version = "4.0.29", features = ["derive"] }
log = "0.4.20"
oca-rs = { version = "0.3.6", path = "../oca-rs/oca", features = ["local-references"] }
oca-rs = { version = "0.3.6", features = ["local-references"] }
env_logger = "0.10.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 6e65a7b

Please sign in to comment.