Skip to content

Commit

Permalink
Merge pull request #372 from SteveL-MSFT/preview-7
Browse files Browse the repository at this point in the history
update version to preview.7
  • Loading branch information
SteveL-MSFT authored Mar 28, 2024
2 parents b1d368e + 0767ac7 commit 3dd2a9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsc"
version = "3.0.0-alpha.6"
version = "3.0.0-preview.7"
edition = "2021"

[profile.release]
Expand Down
2 changes: 1 addition & 1 deletion dsc_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsc_lib"
version = "3.0.0-alpha.6"
version = "3.0.0-preview.7"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion dsc_lib/src/configure/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use super::config_doc::DataType;

pub struct Context {
pub parameters: HashMap<String, (Value, DataType)>,
pub _variables: HashMap<String, Value>,
_variables: HashMap<String, Value>,
pub outputs: HashMap<String, Value>, // this is used by the `reference()` function to retrieve output
}

Expand Down

0 comments on commit 3dd2a9c

Please sign in to comment.