Skip to content

Commit

Permalink
[#120] v0.0.2 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
myyrakle committed Jul 12, 2024
1 parent d247932 commit 99fd104
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rrdb"
version = "0.0.1"
version = "0.0.2"
authors = ["myyrakle <[email protected]>"]
description = "ready"
keywords = ["db", "database", "sql"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# rrdb

![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.0.1%20alpha-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rrdb/blob/master/LICENSE)
![](https://img.shields.io/badge/language-Rust-red) ![](https://img.shields.io/badge/version-0.0.2%20alpha-brightgreen) [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/myyrakle/rrdb/blob/master/LICENSE)

Rust-based RDB

Expand Down
6 changes: 3 additions & 3 deletions src/executor/initializer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ mod tests {
use std::sync::Arc;

const CONFIG: &[u8] = br##"port = 22208
host = "0.0.0.0"
data_directory = "/var/lib/rrdb/data"
"##;
host = "0.0.0.0"
data_directory = "/var/lib/rrdb/data"
"##;

use crate::constants::SYSTEMD_DAEMON_SCRIPT;

Expand Down

0 comments on commit 99fd104

Please sign in to comment.