Skip to content

Commit

Permalink
Use a temporary fork of ASN1 as one change didn't make it from smh
Browse files Browse the repository at this point in the history
We want to be able to compare ASN1OctetStringValue's of  a type with the ones without a type.
  • Loading branch information
zecke committed Aug 8, 2020
1 parent cb0854c commit a7fea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/BaselineOfTCAP/BaselineOfTCAP.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BaselineOfTCAP >> baseline: spec [
loads: #( 'Core' ) ].
spec baseline: 'ASN1' with: [
spec
repository: 'github://noha/asn.1:0.9';
repository: 'github://zecke/asn.1:v0.9_z1'; "Temporarily for the equality handling of ASN1OctetStringValue"
loads: #( 'default' ) ].
spec project: 'ASN1 Full' copyFrom: 'ASN1' with: [
spec loads: #( 'tests' )].
Expand Down

0 comments on commit a7fea18

Please sign in to comment.