Skip to content

Commit a2ba6f6

Browse files
committed
Bump versions
1 parent 0fa0dea commit a2ba6f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

infinitree-backends/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "infinitree-backends"
33
authors = ["Peter Parkanyi <p@symmetree.dev>"]
44
description = "Embedded, encrypted database with tiered cache -- backends"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
keywords = ["crypto", "database", "cache", "s3", "rocksdb"]
77
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
88
homepage = "https://symmetree.dev"

infinitree-macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "infinitree-macros"
33
authors = ["Peter Parkanyi <p@symmetree.dev>"]
44
description = "Embedded, encrypted database with tiered cache"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
keywords = ["crypto", "database", "cache", "sqlite", "rocksdb"]
77
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
88
homepage = "https://symmetree.dev"

infinitree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "infinitree"
33
authors = ["Peter Parkanyi <p@symmetree.dev>"]
44
description = "Embedded, encrypted database with tiered cache"
5-
version = "0.9.0"
5+
version = "0.9.1"
66
keywords = ["crypto", "database", "cache", "sqlite", "rocksdb"]
77
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
88
homepage = "https://symmetree.dev"

0 commit comments

Comments
 (0)