Skip to content

Commit 4b68d4b

Browse files
chore: bump cortex 0.2.5 → 0.2.6 for v0.3.4 release
1 parent d151c3c commit 4b68d4b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/aingle/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ aingle_sqlite = { version = "0.0.1", path = "../aingle_sqlite" }
3333
aingle_middleware_bytes = "=0.0.3"
3434
aingle_state = { version = "0.0.1", path = "../aingle_state" }
3535
aingle_types = { version = "0.0.1", path = "../aingle_types" }
36-
aingle_cortex = { version = "0.2.3", path = "../aingle_cortex", default-features = false, features = ["rest"] }
36+
aingle_cortex = { version = "0.2.6", path = "../aingle_cortex", default-features = false, features = ["rest"] }
3737
aingle_wasmer_host = "0.0.1"
3838
aingle_websocket = { version = "0.0.1", path = "../aingle_websocket" }
3939
wasmer = "=7.0.1"

crates/aingle_cortex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "aingle_cortex"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
description = "Córtex API - REST/GraphQL/SPARQL interface for AIngle semantic graphs"
55
license = "Apache-2.0"
66
repository = "https://github.com/ApiliumCode/aingle"

0 commit comments

Comments
 (0)