Skip to content

Commit

Permalink
Use the semver trick
Browse files Browse the repository at this point in the history
  • Loading branch information
dylni committed Jan 14, 2023
1 parent 0d8b4ed commit 3934cc8
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 743 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches:
- master
- release-*
schedule:
- cron: 0 0 * * FRI

Expand Down
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "print_bytes"
version = "0.7.0"
version = "0.7.1"
authors = ["dylni"]
edition = "2021"
rust-version = "1.57.0"
Expand All @@ -19,11 +19,11 @@ all-features = true
rustc-args = ["--cfg", "print_bytes_docs_rs"]
rustdoc-args = ["--cfg", "print_bytes_docs_rs"]

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "0.42", features = ["Win32_Foundation", "Win32_System_Console"] }
[dependencies]
print_bytes2 = { package = "print_bytes", version = "1.0" }

[dev-dependencies]
os_str_bytes = "6.3"

[features]
specialization = []
specialization = ["print_bytes2/specialization"]
218 changes: 0 additions & 218 deletions src/bytes.rs

This file was deleted.

90 changes: 0 additions & 90 deletions src/console.rs

This file was deleted.

Loading

0 comments on commit 3934cc8

Please sign in to comment.