We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e867dc3 commit 16a83c5Copy full SHA for 16a83c5
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "statix"
3
-version = "4.8.1"
+version = "4.8.2"
4
edition = "2018"
5
description = "A CLI http server for static file sharing"
6
license = "MIT"
src/main.rs
@@ -23,7 +23,7 @@ mod lib;
23
const about: &str = "Simple CLI static file server";
24
#[allow(dead_code)]
25
#[allow(non_upper_case_globals)]
26
-const version: &str = "4.8.1";
+const version: &str = "4.8.2";
27
28
29
const author: &str = "@Octalbyte";
0 commit comments