aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-09-18 14:24:44 -0700
committerbnewbold <bnewbold@robocracy.org>2016-09-18 14:25:07 -0700
commitf264a289fe0d504a99c01d5787edb92af8f6ca91 (patch)
treed46f54df1d2db703583a0ae7d612428982c8fb2a /Cargo.lock
parent77183773db84f5cd287bed62d3c844346a36bd74 (diff)
downloadmodelthing-f264a289fe0d504a99c01d5787edb92af8f6ca91.tar.gz
modelthing-f264a289fe0d504a99c01d5787edb92af8f6ca91.zip
work on a minimal modelica parser+ast
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock23
1 files changed, 15 insertions, 8 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 429c110..f81a044 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -100,7 +100,6 @@ dependencies = [
[[package]]
name = "lalrpop"
version = "0.12.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bit-set 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -108,9 +107,9 @@ dependencies = [
"diff 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.83 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop-intern 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop-snap 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop-util 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lalrpop-intern 0.12.0",
+ "lalrpop-snap 0.12.0",
+ "lalrpop-util 0.12.0",
"petgraph 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.77 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -120,14 +119,18 @@ dependencies = [
]
[[package]]
-name = "lalrpop-intern"
+name = "lalrpop"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
+replace = "lalrpop 0.12.0"
+
+[[package]]
+name = "lalrpop-intern"
+version = "0.12.0"
[[package]]
name = "lalrpop-snap"
version = "0.12.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"atty 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
"bit-set 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -135,8 +138,8 @@ dependencies = [
"diff 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
"docopt 0.6.83 (registry+https://github.com/rust-lang/crates.io-index)",
"itertools 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop-intern 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "lalrpop-util 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lalrpop-intern 0.12.0",
+ "lalrpop-util 0.12.0",
"petgraph 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
"regex 0.1.77 (registry+https://github.com/rust-lang/crates.io-index)",
"regex-syntax 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -148,6 +151,10 @@ dependencies = [
[[package]]
name = "lalrpop-util"
version = "0.12.0"
+
+[[package]]
+name = "lalrpop-util"
+version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]