mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-21 02:28:07 +02:00
Prepare v0.2.0 release
This commit is contained in:
parent
6feae8cd34
commit
5daeae7571
6 changed files with 101 additions and 15 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "omnigraph-cli"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2024"
|
||||
description = "CLI for the Omnigraph graph database."
|
||||
license = "MIT"
|
||||
|
|
@ -10,9 +10,9 @@ name = "omnigraph"
|
|||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
omnigraph = { path = "../omnigraph", version = "0.1.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.1.0" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.1.0" }
|
||||
omnigraph = { path = "../omnigraph", version = "0.2.0" }
|
||||
omnigraph-compiler = { path = "../omnigraph-compiler", version = "0.2.0" }
|
||||
omnigraph-server = { path = "../omnigraph-server", version = "0.2.0" }
|
||||
clap = { workspace = true }
|
||||
color-eyre = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue