We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e674e commit 5bbcbe7Copy full SHA for 5bbcbe7
frameworks/Rust/hyperlane/src/server/const.rs
@@ -1,5 +1,5 @@
1
pub(crate) const RESPONSEDATA_STR: &str = "Hello, World!";
2
-pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!";
+pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!\r\n";
3
pub(crate) const DATABASE_TYPE: &str = "postgres";
4
pub(crate) const DATABASE_HOST: &str = "tfb-database";
5
pub(crate) const DATABASE_USER_NAME: &str = "benchmarkdbuser";
0 commit comments