mirror of
https://github.com/mandiant/capa.git
synced 2025-12-20 22:33:04 -08:00
relax version down to 6.1.0
This commit is contained in:
@@ -3,7 +3,7 @@ import { isGzipped, decompressGzip, readFileAsText } from "@/utils/fileUtils";
|
|||||||
|
|
||||||
export function useRdocLoader() {
|
export function useRdocLoader() {
|
||||||
const toast = useToast();
|
const toast = useToast();
|
||||||
const MIN_SUPPORTED_VERSION = "7.0.0";
|
const MIN_SUPPORTED_VERSION = "6.1.0";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks if the loaded rdoc version is supported
|
* Checks if the loaded rdoc version is supported
|
||||||
|
|||||||
Reference in New Issue
Block a user