Skip to content

Commit

Permalink
feat(init): init repo for codecharacter 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
bhoopesh369 committed Dec 15, 2023
1 parent 15dd041 commit d7a74e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: target/release/codecharacter-driver-2022
files: target/release/codecharacter-driver
generate_release_notes: true

release-docker-images:
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "codecharacter-driver-2022"
name = "codecharacter-driver"
version = "0.1.0"
edition = "2018"

Expand All @@ -11,10 +11,10 @@ path = "src/lib.rs"

[dependencies]
log = "0.4"
log4rs = "1.0.0"
nix = "0.23.0"
log4rs = "1.2.0"
nix = "0.26.0"
amiquip = { version = "0.4" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
crossbeam-channel = "0.5.2"
fs_extra = "1.2.0"
crossbeam-channel = "0.5.9"
fs_extra = "1.3.0"

0 comments on commit d7a74e4

Please sign in to comment.