From ea742c62546ba092360a135d59b566b16fcd9324 Mon Sep 17 00:00:00 2001 From: DarkSky Date: Sun, 20 Aug 2023 04:44:34 +0800 Subject: [PATCH] chore: bump version --- packages/y-octo-utils/Cargo.toml | 2 +- packages/y-octo/Cargo.toml | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/packages/y-octo-utils/Cargo.toml b/packages/y-octo-utils/Cargo.toml index 318a550..cbae96f 100644 --- a/packages/y-octo-utils/Cargo.toml +++ b/packages/y-octo-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-octo-utils" -version = "0.1.0" +version = "0.0.1" authors = ["x1a0t <405028157@qq.com>"] edition = "2021" license = "MIT" diff --git a/packages/y-octo/Cargo.toml b/packages/y-octo/Cargo.toml index baefb05..5d3fff1 100644 --- a/packages/y-octo/Cargo.toml +++ b/packages/y-octo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "y-octo" -version = "0.1.0" +version = "0.0.1" authors = [ "DarkSky ", "forehalo ", @@ -9,6 +9,12 @@ authors = [ ] edition = "2021" license = "MIT" +description = "High-performance and thread-safe CRDT implementation compatible with Yjs" +homepage = "https://github.com/toeverything/y-octo" +repository = "https://github.com/toeverything/y-octo" +keywords = ["collaboration", "crdt", "crdts", "yjs", "yata"] +include = ["src/**/*", "LICENSE", "README.md"] +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html