Skip to content

Commit

Permalink
refactor: fix deps version issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Nov 10, 2022
1 parent 0a8d313 commit 25e824b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ext_hello_world/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include = [
]

[dependencies]
fkl_ext_api = { path = "../../fkl_ext_api", version = "0.1.0" }
fkl_ext_api = { path = "../../fkl_ext_api", version = "0.4.0" }
fkl_mir = { path = "../../fkl_mir", version = "0.4.0" }

async-trait = "0.1.58"
Expand Down
2 changes: 1 addition & 1 deletion extensions/ext_computing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fkl_ext_api = { path = "../../fkl_ext_api", version = "0.1.0" }
fkl_ext_api = { path = "../../fkl_ext_api", version = "0.4.0" }
fkl_mir = { path = "../../fkl_mir", version = "0.4.0" }

salsa = { git = "https://github.com/salsa-rs/salsa", package = "salsa-2022" }
Expand Down
2 changes: 1 addition & 1 deletion extensions/ext_kafka/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include = [
]

[dependencies]
fkl_ext_api = { path = "../../fkl_ext_api", version = "0.1.0" }
fkl_ext_api = { path = "../../fkl_ext_api", version = "0.4.0" }
fkl_mir = { path = "../../fkl_mir", version = "0.4.0" }

async-trait = "0.1.58"
Expand Down
2 changes: 1 addition & 1 deletion fkl_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ regex = "1.6.0"

# plugin systems
fkl_ext_loader = { path = "../fkl_ext_loader", version = "0.4.0" }
fkl_ext_api = { path = "../fkl_ext_api", version = "0.1.0" }
fkl_ext_api = { path = "../fkl_ext_api", version = "0.4.0" }

#------------------- Http Verify -------------------

Expand Down

0 comments on commit 25e824b

Please sign in to comment.