Skip to content

Commit 0368040

Browse files
committed
release: v0.2.1
1 parent 167b05b commit 0368040

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
[package]
33
name = "quill-sql"
4-
version = "0.2.0"
4+
version = "0.2.1"
55
edition = "2021"
6-
description = "A tiny yet serious SQL database in Rust with ARIES-style WAL, 2PL, and B+Tree indexes."
6+
description = "An educational Rust relational database (RDBMS) inspired by CMU 15445"
77
license = "MIT"
88
repository = "https://github.com/feichai0017/quillsql"
99
readme = "README.md"

0 commit comments

Comments
 (0)