We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af50c1 commit 195525cCopy full SHA for 195525c
neo4j/src/driver/io/bolt/handshake.rs
@@ -37,7 +37,7 @@ const BOLT_MAGIC_PREAMBLE: [u8; 4] = [0x60, 0x60, 0xB0, 0x17];
37
// [bolt-version-bump] search tag when changing bolt version support
38
const BOLT_VERSION_OFFER: [u8; 16] = [
39
0, 0, 1, 255, // BOLT handshake manifest v1
40
- 0, 1, 8, 5, // BOLT 5.8 - 5.6
+ 0, 2, 8, 5, // BOLT 5.8 - 5.6
41
0, 4, 4, 5, // BOLT 5.4 - 5.0
42
0, 0, 4, 4, // BOLT 4.4
43
];
0 commit comments