mirror of https://github.com/OISF/suricata
rust/htp: follow suricata versioning
Have htp follow Suricata versioning so we don't have to worry about version updates as it changes. For example, between 8.0.0-beta1 and 8.0.0-rc1 there were changes to the htp, however the version stayed at 2.0.0 making it impossible to publish these changes to crates.io.pull/13565/head
parent
66e7437bef
commit
f68b06798f
@ -1 +0,0 @@
|
||||
!Cargo.toml
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "suricata-htp"
|
||||
version = "2.0.0"
|
||||
version = "@PACKAGE_VERSION@"
|
||||
edition = "2021"
|
||||
autobins = false
|
||||
license-file = "LICENSE"
|
||||
@ -0,0 +1,3 @@
|
||||
EXTRA_DIST = Cargo.toml
|
||||
|
||||
all-local: Cargo.toml
|
||||
Loading…
Reference in New Issue