File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ nalgebra = "*" #{ workspace = true }
99rand = " *" # { workspace = true }
1010rand_distr = " *"
1111csv = " *" # { workspace = true }
12- strapdown-core = { path = " ../core" , features = [" clap" ] }
12+ strapdown-core = { path = " ../core" , features = [" clap" ], version = " 0.5.0 " }
1313statrs = " 0.18.0"
1414netcdf = " 0.12.0"
1515world_magnetic_model = " 0.4.0"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ geonav = ["dep:strapdown-geonav"]
1313
1414[dependencies ]
1515clap = { version = " 4.5.4" , features = [" derive" ] }
16- strapdown-core = { path = " ../core" , features = [" clap" ] }
17- strapdown-geonav = { path = " ../geonav" , optional = true }
16+ strapdown-core = { path = " ../core" , features = [" clap" ], version = " 0.5.0 " }
17+ strapdown-geonav = { path = " ../geonav" , optional = true , version = " 0.1.0 " }
1818log = " 0.4"
1919env_logger = " 0.11"
2020chrono = " 0.4"
You can’t perform that action at this time.
0 commit comments