Skip to content

Commit

Permalink
Prepare 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lewiszlw committed Mar 2, 2024
1 parent 11c10e6 commit 0bad65e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["lewiszlw <[email protected]>"]
description = "A simple relational database written in Rust"
Expand Down
2 changes: 1 addition & 1 deletion bustubx-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ homepage.workspace = true
readme = "../README.md"

[dependencies]
bustubx = { path = "../bustubx", version = "0.2.0" }
bustubx = { path = "../bustubx", version = "0.3.0" }
log = "0.4.19"
env_logger = "0.10.0"
rustyline = "13.0.0"
Expand Down

0 comments on commit 0bad65e

Please sign in to comment.