fix: feature name, disable workflow

This commit is contained in:
əlemi 2024-09-14 18:54:32 +02:00
parent 978ad652a1
commit a59d2c4648
Signed by: alemi
GPG key ID: A4895B84D311642C
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ on:
push:
branches:
- stable
- config
permissions:
contents: read

View file

@ -10,7 +10,7 @@
/// http{tls?'s':''}://{host}:{port}
#[derive(Clone, Debug)]
#[cfg_attr(feature = "js", napi_derive::napi(object))]
#[cfg_attr(feature = "python", pyo3::pyclass(get_all, set_all))]
#[cfg_attr(feature = "py", pyo3::pyclass(get_all, set_all))]
#[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))]
pub struct Config {
/// user identifier used to register, possibly your email