Skip to content

Commit 491ace4

Browse files
committed
chore: bump aimdb-core version to 1.0.1 and update README for clarity
1 parent 47a9c64 commit 491ace4

3 files changed

Lines changed: 149 additions & 156 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.

aimdb-core/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[package]
22
name = "aimdb-core"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license.workspace = true
66
repository.workspace = true
77
homepage.workspace = true
8-
description = "Core database engine for AimDB - async in-memory data synchronization with bidirectional connectors"
8+
readme = "README.md"
9+
description = "Type-safe async data pipelines — one Rust codebase from MCU to cloud"
910
keywords = ["database", "async", "in-memory", "sync", "embedded"]
1011
categories = ["database-implementations", "asynchronous", "embedded"]
1112
build = "build.rs"

0 commit comments

Comments
 (0)