update to mirage 4.5.0

This commit is contained in:
Hannes Mehnert 2024-04-10 11:43:04 +02:00
parent 7fa03710b3
commit 30bc9db5cc
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ depends: [
"metrics-influx" {>= "0.2.0"}
"mirage-time" {>= "2.0.0"}
"tcpip" {>= "7.0.0"}
"mirage-runtime" {>= "4.3.0"}
"mirage-runtime" {>= "4.5.0"}
"memtrace-mirage" {>= "0.2.1.2.2"}
"mirage-clock" {>= "4.0.0"}
]

View file

@ -95,7 +95,7 @@ let get_metrics s =
let adjust_log_level s =
let ts =
List.map
(fun s -> (fst Mirage_runtime.Arg.log_threshold) s)
(fun s -> (fst Mirage_runtime.Conv.log_threshold) s)
(String.split_on_char ',' s)
in
let* oks =