Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zakstucke committed Nov 28, 2023
1 parent 34c1144 commit ba5cfd3
Show file tree
Hide file tree
Showing 11 changed files with 43 additions and 71 deletions.
12 changes: 6 additions & 6 deletions .etch.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"version": "0.0.8",
"files": {
"py/LICENSE.etch.md": 2448964748,
"py/README.etch.md": 3790016724,
"py/README.etch.md": 1644023500,
"LICENSE.etch.md": 2448964748,
"js/LICENSE.etch.md": 2448964748,
"js/README.etch.md": 3790016724,
"js/README.etch.md": 1644023500,
"rust/LICENSE.etch.md": 2448964748,
"rust/README.etch.md": 3790016724,
"README.etch.md": 3790016724,
"docs/index.etch.md": 3790016724,
"rust/README.etch.md": 1644023500,
"README.etch.md": 1644023500,
"docs/index.etch.md": 1644023500,
"docs/LICENSE.etch.md": 2448964748,
"docs/CODE_OF_CONDUCT.etch.md": 1599554411,
"docs/CONTRIBUTING.etch.md": 1523652830,
"CODE_OF_CONDUCT.etch.md": 1599554411,
"CONTRIBUTING.etch.md": 1523652830,
"py_rust/LICENSE.etch.md": 2448964748,
"py_rust/README.etch.md": 3790016724
"py_rust/README.etch.md": 1644023500
}
}
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,17 @@ Otherwise, you can install from source which requires Rust stable to be installe

### Rust

Current version: `0.0.1`
Current version: `0.0.0`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down
10 changes: 3 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,17 @@ Otherwise, you can install from source which requires Rust stable to be installe

### Rust

Current version: `0.0.1`
Current version: `0.0.0`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down
8 changes: 2 additions & 6 deletions etches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,19 +64,15 @@ Otherwise, you can install from source which requires Rust stable to be installe

Current version: `{{ RUST_VERSION }}`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v{{ RUST_VERSION }}_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down
10 changes: 3 additions & 7 deletions js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,17 @@ Otherwise, you can install from source which requires Rust stable to be installe

### Rust

Current version: `0.0.1`
Current version: `0.0.0`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down
10 changes: 3 additions & 7 deletions py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,17 @@ Otherwise, you can install from source which requires Rust stable to be installe

### Rust

Current version: `0.0.1`
Current version: `0.0.0`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down
2 changes: 1 addition & 1 deletion py_rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions py_rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,17 @@ Otherwise, you can install from source which requires Rust stable to be installe

### Rust

Current version: `0.0.1`
Current version: `0.0.0`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down
2 changes: 1 addition & 1 deletion rust/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
[dependencies]
[package]
name = "bitbazaar"
description = "An assortment of publicly available cross-language utilities useful to my projects."
version = "0.0.0"
edition = "2021"
readme = "README.md"
license = "MIT"

[lib]
crate-type = ['lib']
name = 'bitbazaar'
path = 'bitbazaar/lib.rs'

[package]
edition = '2021'
license = 'MIT'
name = 'bitbazaar'
readme = 'README.md'
version = '0.0.1'
name = "bitbazaar"
crate-type = ["lib"]
path = "bitbazaar/lib.rs"

[profile]
[dependencies]

[profile.profiler]
debug = true
inherits = "release" # Adds on top of the default release profile
incremental = true
inherits = 'release'
debug = true
strip = false

# Modifying the test runtime (from release is just so much faster)
[profile.test]
inherits = 'release'
inherits = "release" # Adds on top of the default release profile
10 changes: 3 additions & 7 deletions rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,17 @@ Otherwise, you can install from source which requires Rust stable to be installe

### Rust

Current version: `0.0.1`
Current version: `0.0.0`

This project isn't released to a private registry store and is only accessible from github.
In below scripts replace `<ACCESS_TOKEN>` with the one supplied to you.
You can install _BitBazaar_ via [crates.io](https://crates.io/):

```yaml
# Cargo.toml

[dependencies]
# Cargo is intelligent enough to find the specific crate/Cargo.toml in the repo (Note this means 2 Cargo.toml in the same repo will break)
bitbazaar = { git = "https://<ACCESS_TOKEN>@github.com/zakstucke/bitbazaar.git", tag = "v0.0.1_rs" }
bitbazaar = "1.0.0" # With the up to date version
```

This installs the specific subdirectory at the target version tag (pointing to the specific commit that released that version)

## Usage

Please see the [documentation](https://zakstucke.github.io/bitbazaar) for details.
Expand Down

0 comments on commit ba5cfd3

Please sign in to comment.