Compare commits

...

2 Commits

Author SHA1 Message Date
80ed68bd6c Merge branch 'main' into bump-sat-rs-core-deps
Some checks failed
Rust/sat-rs/pipeline/pr-main There was a failure building this commit
2024-02-12 10:54:06 +01:00
1f46099c4a
bump core dependencies
Some checks failed
Rust/sat-rs/pipeline/head There was a failure building this commit
2024-02-08 18:15:39 +01:00
2 changed files with 4 additions and 4 deletions

View File

@ -23,8 +23,8 @@ version = "1"
optional = true
[dependencies.satrs-core]
path = "../satrs-core"
# version = "0.1.0-alpha.1"
# path = "../satrs-core"
version = "0.1.0-alpha.2"
# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
# branch = "main"
# rev = "35e1f7a983f6535c5571186e361fe101d4306b89"

View File

@ -20,8 +20,8 @@ quote = "1"
proc-macro2 = "1"
[dependencies.satrs-core]
path = "../../satrs-core"
# version = "0.1.0-alpha.1"
# path = "../../satrs-core"
version = "0.1.0-alpha.2"
# git = "https://egit.irs.uni-stuttgart.de/rust/sat-rs.git"
# branch = "main"
# rev = "35e1f7a983f6535c5571186e361fe101d4306b89"