oca-file 0.6.6

Rust implementation of OCAFile
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
publish = false

[[pre-release-replacements]]
file = "Cargo.toml"
search = "oca-file-semantics = . version = \"[a-z0-9\\.-]+\""
replace = "oca-file-semantics = { version = \"{{version}}\""
exactly = 1
prerelease = true

[[pre-release-replacements]]
file = "Cargo.toml"
search = "oca-file-transformation = . version = \"[a-z0-9\\.-]+\""
replace = "oca-file-transformation = { version = \"{{version}}\""
exactly = 1
prerelease = true