diff --git a/Cargo.lock b/Cargo.lock index 46d5811..71538eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "crabviz" -version = "0.4.0" +version = "0.4.1" dependencies = [ "clap", "confy", diff --git a/Cargo.toml b/Cargo.toml index 1b5cf21..46847f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crabviz" -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/README.md b/README.md index d4d9981..00ee904 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ crabviz is a static code analysis tool that generates interactive call graph. ## Preview -![preview](https://user-images.githubusercontent.com/20551552/206857636-4f7ad70f-2f65-4f0a-ac77-8f6cca7515e5.gif) +![preview](https://user-images.githubusercontent.com/20551552/230730902-d70fb5fd-ff52-4eea-bd26-c4dbff4cd2a6.gif) ## Supported Languages