Skip to content

Commit d7ea012

Browse files
committed
claude: bump supported protocol version from 0.8 to 0.9
hegel-core 0.3.1 uses protocol version 0.9 (for the alphabet/characters feature). Update the client to match.
1 parent 6a1a37c commit d7ea012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runner.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use std::sync::atomic::{AtomicBool, AtomicU64, Ordering};
1414
use std::sync::{Arc, Mutex, Once};
1515
use std::time::{Duration, Instant};
1616

17-
const SUPPORTED_PROTOCOL_VERSIONS: (f64, f64) = (0.8, 0.8);
17+
const SUPPORTED_PROTOCOL_VERSIONS: (f64, f64) = (0.9, 0.9);
1818
const HEGEL_SERVER_VERSION: &str = "0.3.1";
1919
const HEGEL_SERVER_COMMAND_ENV: &str = "HEGEL_SERVER_COMMAND";
2020
const HEGEL_SERVER_DIR: &str = ".hegel";

0 commit comments

Comments
 (0)