Skip to content

Commit 5bbcbe7

Browse files
committed
feat: v0.1.0
1 parent 20e674e commit 5bbcbe7

File tree

1 file changed

+1
-1
lines changed
  • frameworks/Rust/hyperlane/src/server

1 file changed

+1
-1
lines changed

frameworks/Rust/hyperlane/src/server/const.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pub(crate) const RESPONSEDATA_STR: &str = "Hello, World!";
2-
pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!";
2+
pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!\r\n";
33
pub(crate) const DATABASE_TYPE: &str = "postgres";
44
pub(crate) const DATABASE_HOST: &str = "tfb-database";
55
pub(crate) const DATABASE_USER_NAME: &str = "benchmarkdbuser";

0 commit comments

Comments
 (0)