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 5bbcbe7 commit 3948ba7Copy full SHA for 3948ba7
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!\r\n";
+pub(crate) const RESPONSEDATA_BIN: &[u8] = b"Hello, World!";
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