diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e76d39a9..d4d7c835 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ on: default: false rust_version: description: Rust Version - default: 0.0.51 + default: 0.0.52 jobs: commit_versions: diff --git a/.zetch.lock b/.zetch.lock index 729a0d6b..08a6f165 100644 --- a/.zetch.lock +++ b/.zetch.lock @@ -1,24 +1,23 @@ { "version": "0.0.10", "files": { - "js/README.zetch.md": "3657698b60bed2e0971c0792e39585a83e3567ea79e1a890ff390ce09dc1e118", - "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", - "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", - "opencollector.yaml.zetch": "33aa6a1e9e386b9e01c3d4c010b70260654c06850fb1433afb15545bd85f2f2d", "docs/CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", - "py_rust/README.zetch.md": "3657698b60bed2e0971c0792e39585a83e3567ea79e1a890ff390ce09dc1e118", "js/tsconfig.zetch.json": "fb5d57b825bb3c2f6dd4254bf939f2444e52946622a7f93b91e3acb75876ebbc", - "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "docs/index.zetch.md": "0dd2c30854a3e110c37b08c068c09e80f6e459017f123930a9be5ed08b34fece", + "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "rust/pkg/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py/README.zetch.md": "3657698b60bed2e0971c0792e39585a83e3567ea79e1a890ff390ce09dc1e118", - "docs/index.zetch.md": "3657698b60bed2e0971c0792e39585a83e3567ea79e1a890ff390ce09dc1e118", + "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "rust/README.zetch.md": "0dd2c30854a3e110c37b08c068c09e80f6e459017f123930a9be5ed08b34fece", + "README.zetch.md": "5e44429bf29ed38799d08bbf375435dd58516002c8dcf7f6f5cf47628cc29182", + "js/README.zetch.md": "0dd2c30854a3e110c37b08c068c09e80f6e459017f123930a9be5ed08b34fece", + "py/README.zetch.md": "0dd2c30854a3e110c37b08c068c09e80f6e459017f123930a9be5ed08b34fece", + "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "rust/README.zetch.md": "3657698b60bed2e0971c0792e39585a83e3567ea79e1a890ff390ce09dc1e118", + "py_rust/README.zetch.md": "0dd2c30854a3e110c37b08c068c09e80f6e459017f123930a9be5ed08b34fece", + "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "js/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "README.zetch.md": "4e2cce04c5726d8c1517970fc89d3f2b09e904fdcf7340d03f1941afba826ac3", - "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b" + "opencollector.yaml.zetch": "678a691ae64d7f9893e8799ea657842fe051b3fcce4da568969d8de070a29393" } } \ No newline at end of file diff --git a/README.md b/README.md index cb816af2..94ae5943 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.51" +bitbazaar = "0.0.52" ``` diff --git a/docs/index.md b/docs/index.md index 2c42557d..d2608525 100644 --- a/docs/index.md +++ b/docs/index.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.51" +bitbazaar = "0.0.52" ``` diff --git a/js/README.md b/js/README.md index 2c42557d..d2608525 100644 --- a/js/README.md +++ b/js/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.51" +bitbazaar = "0.0.52" ``` diff --git a/opencollector.yaml b/opencollector.yaml index 7ee2e638..2024bff1 100644 --- a/opencollector.yaml +++ b/opencollector.yaml @@ -32,7 +32,7 @@ exporters: stream-name: default # Writes all opentelemetry logs, traces, metrics to a file, useful for testing: file/debug_file_writing: - path: /Users/zak/z/code/bitbazaar/logs/otlp_telemetry_out.log + path: /home/runner/work/bitbazaar/bitbazaar/logs/otlp_telemetry_out.log rotation: max_megabytes: 10 max_days: 3 diff --git a/py/README.md b/py/README.md index 2c42557d..d2608525 100644 --- a/py/README.md +++ b/py/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.51" +bitbazaar = "0.0.52" ``` diff --git a/py_rust/README.md b/py_rust/README.md index 2c42557d..d2608525 100644 --- a/py_rust/README.md +++ b/py_rust/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.51" +bitbazaar = "0.0.52" ``` diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ff3b15a4..511922bd 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "bitbazaar" -version = "0.0.51" +version = "0.0.52" dependencies = [ "chrono", "chrono-humanize", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 26fdcd3b..20b204d7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bitbazaar" description = "An assortment of publicly available cross-language utilities useful to my projects." -version = "0.0.51" +version = "0.0.52" edition = "2021" readme = "README.md" license = "MIT" diff --git a/rust/README.md b/rust/README.md index 2c42557d..d2608525 100644 --- a/rust/README.md +++ b/rust/README.md @@ -77,7 +77,7 @@ You can install **BitBazaar** via [crates.io](https://crates.io/): # Cargo.toml [dependencies] -bitbazaar = "0.0.51" +bitbazaar = "0.0.52" ``` diff --git a/zetch.config.toml b/zetch.config.toml index cbe43266..2cb379c3 100644 --- a/zetch.config.toml +++ b/zetch.config.toml @@ -14,7 +14,7 @@ commands = ["./dev_scripts/pkg.sh update_versions"] [context.static] PY_VERSION = { value = "0.0.7" } JS_VERSION = { value = "0.0.29" } -RUST_VERSION = { value = "0.0.51" } +RUST_VERSION = { value = "0.0.52" } PY_RUST_VERSION = { value = "0.0.3" } JS_ALIASES = { value = '{ "@root": "./bitbazaar", "@scripts": "./scripts" }', coerce = "json" }