diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 186a63f6..0cc3728f 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.41 + default: 0.0.42 jobs: commit_versions: diff --git a/.zetch.lock b/.zetch.lock index 50d70848..2304455e 100644 --- a/.zetch.lock +++ b/.zetch.lock @@ -1,24 +1,23 @@ { "version": "0.0.10", "files": { - "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", - "docs/index.zetch.md": "b30982ce4e584d2c1dac86a44302ed6717d90de024bbfbb0a4dc4ce5e52aaa0d", "py_rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py_rust/README.zetch.md": "b30982ce4e584d2c1dac86a44302ed6717d90de024bbfbb0a4dc4ce5e52aaa0d", - "js/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "py_rust/README.zetch.md": "8583caaeb42cada9243ee51c3f4b7214f692cfa4b3df7c88b633c65b64a1fa84", + "rust/README.zetch.md": "8583caaeb42cada9243ee51c3f4b7214f692cfa4b3df7c88b633c65b64a1fa84", + "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "docs/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "rust/README.zetch.md": "b30982ce4e584d2c1dac86a44302ed6717d90de024bbfbb0a4dc4ce5e52aaa0d", - "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "py/README.zetch.md": "b30982ce4e584d2c1dac86a44302ed6717d90de024bbfbb0a4dc4ce5e52aaa0d", "js/tsconfig.zetch.json": "fb5d57b825bb3c2f6dd4254bf939f2444e52946622a7f93b91e3acb75876ebbc", - "rust/pkg/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "js/README.zetch.md": "b30982ce4e584d2c1dac86a44302ed6717d90de024bbfbb0a4dc4ce5e52aaa0d", - "opencollector.yaml.zetch": "33aa6a1e9e386b9e01c3d4c010b70260654c06850fb1433afb15545bd85f2f2d", + "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "js/README.zetch.md": "8583caaeb42cada9243ee51c3f4b7214f692cfa4b3df7c88b633c65b64a1fa84", + "rust/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", + "docs/index.zetch.md": "8583caaeb42cada9243ee51c3f4b7214f692cfa4b3df7c88b633c65b64a1fa84", + "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", + "py/README.zetch.md": "8583caaeb42cada9243ee51c3f4b7214f692cfa4b3df7c88b633c65b64a1fa84", + "README.zetch.md": "977e680017916bda3814c94dafc24df08b8d1f7457da5972f34c784e3581cf65", + "CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", + "js/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", "docs/CODE_OF_CONDUCT.zetch.md": "bf106326ffc75f5167cfde27c997c77c6b97c843a9e392b564355d0e70e50b97", - "README.zetch.md": "9c343ed808318714d84a00e51736b050a96916579f14d9a6de69ccd8cf80326c", - "py/LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b", - "docs/CONTRIBUTING.zetch.md": "bace46dc064746b54cf472eba960d934d705c2f83120b865a4b47032ff1552c5", - "LICENSE.zetch.md": "d2c12e539d357957b950a54a5477c3a9f87bd2b3ee707be7a4db7adaf5aacc2b" + "opencollector.yaml.zetch": "678a691ae64d7f9893e8799ea657842fe051b3fcce4da568969d8de070a29393" } } \ No newline at end of file diff --git a/README.md b/README.md index 064f05c4..da01ced6 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.41" +bitbazaar = "0.0.42" ``` diff --git a/docs/index.md b/docs/index.md index 96da4038..126bdcc1 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.41" +bitbazaar = "0.0.42" ``` diff --git a/js/README.md b/js/README.md index 96da4038..126bdcc1 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.41" +bitbazaar = "0.0.42" ``` 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 96da4038..126bdcc1 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.41" +bitbazaar = "0.0.42" ``` diff --git a/py_rust/README.md b/py_rust/README.md index 96da4038..126bdcc1 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.41" +bitbazaar = "0.0.42" ``` diff --git a/rust/Cargo.lock b/rust/Cargo.lock index f552c735..2568d325 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "bitbazaar" -version = "0.0.41" +version = "0.0.42" dependencies = [ "chrono", "colored", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 17d835af..a4283d07 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.41" +version = "0.0.42" edition = "2021" readme = "README.md" license = "MIT" diff --git a/rust/README.md b/rust/README.md index 96da4038..126bdcc1 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.41" +bitbazaar = "0.0.42" ``` diff --git a/zetch.config.toml b/zetch.config.toml index 385699e3..35a76b70 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.28" } -RUST_VERSION = { value = "0.0.41" } +RUST_VERSION = { value = "0.0.42" } PY_RUST_VERSION = { value = "0.0.3" } JS_ALIASES = { value = '{ "@root": "./bitbazaar", "@scripts": "./scripts" }', coerce = "json" }