Skip to content

Commit

Permalink
Need versioned import for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Oct 24, 2023
1 parent 86c4fbd commit cee57df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions crates/stages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
op-composer = { path = "../composer" }
op-contracts = { path = "../contracts" }
op-config = { path = "../config" }
op-primitives = { path = "../primitives" }
op-composer = { version = "0.1.0", path = "../composer" }
op-contracts = { version = "0.1.0", path = "../contracts" }
op-config = { version = "0.1.0", path = "../config" }
op-primitives = { version = "0.1.0", path = "../primitives" }

eyre.workspace = true
tracing.workspace = true
serde.workspace = true
serde_json.workspace = true

async-trait = "0.1.73"
project-root = "0.2.2"
maplit = "1.0.2"
async-trait = "0.1"
project-root = "0.2"
maplit = "1.0"

0 comments on commit cee57df

Please sign in to comment.