Compare commits
2 Commits
2f12a548d5
...
bbe70d60c0
Author | SHA1 | Date | |
---|---|---|---|
bbe70d60c0 | |||
0e8c3a4b52 |
15
.drone.yml
Normal file
15
.drone.yml
Normal file
@ -0,0 +1,15 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: publish
|
||||
image: rust:slim
|
||||
command:
|
||||
- build
|
||||
environment:
|
||||
CARGO_REGISTRY_TOKEN:
|
||||
cargo_token: cargo_token
|
||||
trigger:
|
||||
event:
|
||||
- tag
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -66,7 +66,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dental-notation"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a3c00b2dc40e4c58d6bce550f3c415454be6fbc4b79024918cb40931828c88fb"
|
||||
dependencies = [
|
||||
"owo-colors",
|
||||
]
|
||||
|
@ -8,4 +8,4 @@ categories = ["parsing", "command-line-utilities"]
|
||||
|
||||
[dependencies]
|
||||
clap = {version = "3.2.5", features = [ "derive" ] }
|
||||
dental-notation = { path = ".." }
|
||||
dental-notation = "1.0.0"
|
Loading…
Reference in New Issue
Block a user