@@ -59,18 +59,18 @@ which = {version = "7.0.0", optional = true}
5959# Pinned, because we use #[doc(hidden)] APIs.
6060# TODO: Enable `zstd` feature once we enabled it for testing in the main
6161# crate.
62- blazesym = {version = " =0.2.0-rc.2 " , path = " ../" , features = [" apk" , " demangle" , " dwarf" , " gsym" , " tracing" , " zlib" ]}
62+ blazesym = {version = " =0.2.0-rc.3 " , path = " ../" , features = [" apk" , " demangle" , " dwarf" , " gsym" , " tracing" , " zlib" ]}
6363libc = " 0.2.171"
64- # TODO: Remove dependency one MSRV is 1.77.
64+ # TODO: Remove dependency once MSRV is 1.77.
6565memoffset = " 0.9"
6666tracing = " 0.1"
6767tracing-subscriber = {version = " 0.3" , default-features = false , features = [" fmt" ]}
6868
6969[target .'cfg(any(target_os = "linux", target_os = "android"))' .dependencies ]
70- blazesym = {version = " =0.2.0-rc.2 " , path = " ../" , features = [" bpf" ]}
70+ blazesym = {version = " =0.2.0-rc.3 " , path = " ../" , features = [" bpf" ]}
7171
7272[dev-dependencies ]
73- blazesym = {version = " =0.2.0-rc.2 " , path = " ../" , features = [" test" ]}
73+ blazesym = {version = " =0.2.0-rc.3 " , path = " ../" , features = [" test" ]}
7474blazesym-c = {path = " ." , features = [" check-doc-snippets" ]}
7575bindgen = {version = " 0.71" , default-features = false , features = [" runtime" ]}
7676# TODO: Use 0.5.2 once released.
0 commit comments