mirror of
https://github.com/powdr-labs/powdr.git
synced 2026-01-09 22:18:13 -05:00
move internal dependencies to shared version (#1379)
Trying this out which will make releases much easier
This commit is contained in:
23
Cargo.toml
23
Cargo.toml
@@ -36,6 +36,29 @@ license = "MIT"
|
||||
homepage = "https://powdr.org"
|
||||
repository = "https://github.com/powdr-labs/powdr"
|
||||
|
||||
[workspace.dependencies]
|
||||
# workspace crates
|
||||
powdr = { path = "./powdr", version = "0.1.0-alpha.1" }
|
||||
powdr-airgen = { path = "./airgen", version = "0.1.0-alpha.1" }
|
||||
powdr-ast = { path = "./ast", version = "0.1.0-alpha.1" }
|
||||
powdr-asm-to-pil = { path = "./asm-to-pil", version = "0.1.0-alpha.1" }
|
||||
powdr-asm-utils = { path = "./asm-utils", version = "0.1.0-alpha.1" }
|
||||
powdr-analysis = { path = "./analysis", version = "0.1.0-alpha.1" }
|
||||
powdr-backend = { path = "./backend", version = "0.1.0-alpha.1" }
|
||||
powdr-executor = { path = "./executor", version = "0.1.0-alpha.1" }
|
||||
powdr-importer = { path = "./importer", version = "0.1.0-alpha.1" }
|
||||
powdr-linker = { path = "./linker", version = "0.1.0-alpha.1" }
|
||||
powdr-number = { path = "./number", version = "0.1.0-alpha.1" }
|
||||
powdr-parser = { path = "./parser", version = "0.1.0-alpha.1" }
|
||||
powdr-parser-util = { path = "./parser-util", version = "0.1.0-alpha.1" }
|
||||
powdr-pil-analyzer = { path = "./pil-analyzer", version = "0.1.0-alpha.1" }
|
||||
powdr-pilopt = { path = "./pilopt", version = "0.1.0-alpha.1" }
|
||||
powdr-pipeline = { path = "./pipeline", version = "0.1.0-alpha.1" }
|
||||
powdr-riscv = { path = "./riscv", version = "0.1.0-alpha.1" }
|
||||
powdr-riscv-executor = { path = "./riscv-executor", version = "0.1.0-alpha.1" }
|
||||
powdr-riscv-syscalls = { path = "./riscv-syscalls", version = "0.1.0-alpha.1" }
|
||||
powdr-schemas = { path = "./schemas", version = "0.1.0-alpha.1" }
|
||||
|
||||
[profile.pr-tests]
|
||||
inherits = "dev"
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user